Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Oct 22, 2024
1 parent d0a75c6 commit c93a592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-10-22 version 2.4.0

* Add missing base64 and logger gem as dependency for Ruby 3.4 and 3.5.
* socket_manager: add feature to share sockets with another server.

2023-03-14 version 2.3.2

* Accept `nil` for `ServerEngine::SocketManager::Server.open` to select path automatically
Expand Down
2 changes: 1 addition & 1 deletion lib/serverengine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ServerEngine
VERSION = "2.3.2"
VERSION = "2.4.0"
end

0 comments on commit c93a592

Please sign in to comment.