Skip to content

Commit 6ae289f

Browse files
committed
Bump minor version.
1 parent 1cb666f commit 6ae289f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/protocol/websocket/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Protocol
88
# @namespace
99
module WebSocket
10-
VERSION = "0.20.2"
10+
VERSION = "0.21.0"
1111
end
1212
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please see the [project documentation](https://socketry.github.io/protocol-webso
1616

1717
Please see the [project releases](https://socketry.github.io/protocol-websocket/releases/index) for all releases.
1818

19-
### Unreleased
19+
### v0.21.0
2020

2121
- All frame reading and writing logic has been consolidated into `Framer` to improve performance.
2222

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.21.0
44

55
- All frame reading and writing logic has been consolidated into `Framer` to improve performance.
66

0 commit comments

Comments
 (0)