Skip to content

Commit b041f11

Browse files
committed
Bump patch version.
1 parent af9acb5 commit b041f11

3 files changed

Lines changed: 6 additions & 6 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.21.0"
10+
VERSION = "0.21.1"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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+
### v0.21.1
20+
21+
- If `Connection#close_write` fails, the connection will now be fully closed to prevent hanging connections.
22+
1923
### v0.21.0
2024

2125
- All frame reading and writing logic has been consolidated into `Framer` to improve performance.
@@ -54,10 +58,6 @@ Please see the [project releases](https://socketry.github.io/protocol-websocket/
5458
- Move `#send` logic into `Message` for better encapsulation.
5559
- Improve error handling when a `nil` message is passed.
5660

57-
### v0.15.0
58-
59-
- Require `Message` class by default.
60-
6161
## Contributing
6262

6363
We welcome contributions to this project.

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.1
44

55
- If `Connection#close_write` fails, the connection will now be fully closed to prevent hanging connections.
66

0 commit comments

Comments
 (0)