We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2f24b commit 70a2968Copy full SHA for 70a2968
2 files changed
ChangeLog
@@ -1,3 +1,5 @@
1
+2023-03-29 1.7.0:
2
+
3
* Fix a possible double-free issue when GC triggers inside `_msgpack_rmem_alloc2`.
4
* `Unpacker#feed` now always directly read in provided strings instead of copying content in its buffer.
5
* `Unpacker#feed` is now an alias of `Unpacker#feed_reference`.
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.6.1"
+ VERSION = "1.7.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