Skip to content

Commit 2a92ffb

Browse files
committed
Release 1.7.5
1 parent 5c601c0 commit 2a92ffb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-11-11 1.7.5
2+
3+
* Rerelease 1.7.4 with fixed java package.
4+
15
2024-11-11 1.7.4
26

37
* Fixed a potental memory leak when recursive unpacker raise.

lib/msgpack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MessagePack
2-
VERSION = "1.7.4"
2+
VERSION = "1.7.5"
33
# Note for maintainers:
44
# Don't miss building/releasing the JRuby version (rake buld:java)
55
# See "How to build -java rubygems" in README for more details.

0 commit comments

Comments
 (0)