Skip to content

Commit 357a21e

Browse files
authored
Release v0.9.0 (#32)
1 parent 2106dae commit 357a21e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Not yet released
44

5+
## 0.9.0 - 2024-12-31
6+
* Add mutex_m and base46 to runtime dependencies #31
7+
58
## 0.8.0 - 2023-08-08
69
* Set `WebSocket.should_raise = true` https://github.com/ruby-jp/websocket-client-simple/pull/25 by @jlaffaye
710

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module WebSocket
22
module Client
33
module Simple
4-
VERSION = "0.8.0"
4+
VERSION = "0.9.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)