Skip to content

Commit

Permalink
Release 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 11, 2024
1 parent 5c601c0 commit 2a92ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-11-11 1.7.5

* Rerelease 1.7.4 with fixed java package.

2024-11-11 1.7.4

* Fixed a potental memory leak when recursive unpacker raise.
Expand Down
2 changes: 1 addition & 1 deletion lib/msgpack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MessagePack
VERSION = "1.7.4"
VERSION = "1.7.5"
# Note for maintainers:
# Don't miss building/releasing the JRuby version (rake buld:java)
# See "How to build -java rubygems" in README for more details.
Expand Down

0 comments on commit 2a92ffb

Please sign in to comment.