From 24101af906ee4433b9c7628db456b38118f86a89 Mon Sep 17 00:00:00 2001 From: James Coglan Date: Sun, 25 May 2025 18:45:24 +0100 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 5 +++++ LICENSE.md | 2 +- faye-websocket.gemspec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1638a..1aa6482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.12.0 / 2025-05-25 + +- Represent binary messages as strings with `Encoding::BINARY` rather than as + arrays + ### 0.11.3 / 2023-07-25 - Handle 'cert already in hash table' error message on Ruby 3.1+ diff --git a/LICENSE.md b/LICENSE.md index f319d15..b434b07 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2010-2023 James Coglan +Copyright 2010-2025 James Coglan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the diff --git a/faye-websocket.gemspec b/faye-websocket.gemspec index 9d003f5..09dfaaf 100644 --- a/faye-websocket.gemspec +++ b/faye-websocket.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'faye-websocket' - s.version = '0.11.3' + s.version = '0.12.0' s.summary = 'Standards-compliant WebSocket server and client' s.author = 'James Coglan' s.email = 'jcoglan@gmail.com'