Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Commit 88dcc61

Browse files
committed
bumped gem version to 3.5.7
1 parent bd0c99a commit 88dcc61

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## Version 3.5.7
4+
* Require bunny versions (`~> 0.7.13`) that work for Ruby 3.2 out of
5+
the box.
6+
37
## Version 3.5.6
48
* Fixed that publishing additional AMQP headers crashed the publisher
59
since Ruby 3.2.0, due to missing Fixnum class.

lib/beetle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Beetle
2-
VERSION = "3.5.6"
2+
VERSION = "3.5.7"
33
end

0 commit comments

Comments
 (0)