Skip to content

Commit 70a2968

Browse files
committed
Release 1.7.0
1 parent ef2f24b commit 70a2968

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2023-03-29 1.7.0:
2+
13
* Fix a possible double-free issue when GC triggers inside `_msgpack_rmem_alloc2`.
24
* `Unpacker#feed` now always directly read in provided strings instead of copying content in its buffer.
35
* `Unpacker#feed` is now an alias of `Unpacker#feed_reference`.

lib/msgpack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MessagePack
2-
VERSION = "1.6.1"
2+
VERSION = "1.7.0"
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)