We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaa2d4 commit 8e8b353Copy full SHA for 8e8b353
ChangeLog
@@ -1,3 +1,5 @@
1
+2022-09-30 1.6.0:
2
+
3
* Fix a potential use-after-free bug in Buffer_free when accessing a packer or unpacker buffer.
4
* `old-style-definition` compilation warnings.
5
* Restore zero-copy buffer feed when provided a Ruby string. This was accidentally broken in 1.5.4.
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.5.6"
+ VERSION = "1.6.0"
# 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