We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c601c0 commit 2a92ffbCopy full SHA for 2a92ffb
ChangeLog
@@ -1,3 +1,7 @@
1
+2024-11-11 1.7.5
2
+
3
+* Rerelease 1.7.4 with fixed java package.
4
5
2024-11-11 1.7.4
6
7
* Fixed a potental memory leak when recursive unpacker raise.
lib/msgpack/version.rb
@@ -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.
0 commit comments