Skip to content

Commit e3155f7

Browse files
committed
Bump version to 0.8.0
1 parent 22e0704 commit e3155f7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.8.0 / 2025-05-24
2+
3+
- Emit binary message as a string with `Encoding::BINARY` instead of an array
4+
- Add the option `:binary_data_format` to force the previous behaviour
5+
16
### 0.7.7 / 2025-01-04
27

38
- Add `base64` gem to the dependencies to support Ruby 3.4

websocket-driver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'websocket-driver'
3-
s.version = '0.7.7'
3+
s.version = '0.8.0'
44
s.summary = 'WebSocket protocol handler with pluggable I/O'
55
s.author = 'James Coglan'
66
s.email = 'jcoglan@gmail.com'

0 commit comments

Comments
 (0)