Skip to content

Commit 18fcdbe

Browse files
committed
Release version 1.0.3
1 parent 3b6be5a commit 18fcdbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Edge
3+
## 1.0.3
44

5-
- improve performance by ~50%
5+
- improve pure ruby implementation performance by ~30%
66
- add support for native extension
77

88
## 1.0.2

lib/websocket/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebSocket
2-
VERSION = '1.0.2'
2+
VERSION = '1.0.3'
33
end

0 commit comments

Comments
 (0)