We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb666f commit 6ae289fCopy full SHA for 6ae289f
3 files changed
lib/protocol/websocket/version.rb
@@ -7,6 +7,6 @@
7
module Protocol
8
# @namespace
9
module WebSocket
10
- VERSION = "0.20.2"
+ VERSION = "0.21.0"
11
end
12
readme.md
@@ -16,7 +16,7 @@ Please see the [project documentation](https://socketry.github.io/protocol-webso
16
17
Please see the [project releases](https://socketry.github.io/protocol-websocket/releases/index) for all releases.
18
19
-### Unreleased
+### v0.21.0
20
21
- All frame reading and writing logic has been consolidated into `Framer` to improve performance.
22
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.21.0
4
5
6
0 commit comments