Skip to content

Commit 24101af

Browse files
committed
Bump version to 0.12.0
1 parent d131573 commit 24101af

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.12.0 / 2025-05-25
2+
3+
- Represent binary messages as strings with `Encoding::BINARY` rather than as
4+
arrays
5+
16
### 0.11.3 / 2023-07-25
27

38
- Handle 'cert already in hash table' error message on Ruby 3.1+

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2010-2023 James Coglan
1+
Copyright 2010-2025 James Coglan
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
this file except in compliance with the License. You may obtain a copy of the

faye-websocket.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 = 'faye-websocket'
3-
s.version = '0.11.3'
3+
s.version = '0.12.0'
44
s.summary = 'Standards-compliant WebSocket server and client'
55
s.author = 'James Coglan'
66
s.email = '[email protected]'

0 commit comments

Comments
 (0)