Skip to content

Commit e3cfc39

Browse files
committed
Release 1.7.2
1 parent 6dcdb39 commit e3cfc39

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-07-18 1.7.2:
2+
13
* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).
24
* Fix a regression where feeding an empty string to an Unpacker would be considered like the end of the buffer.
35

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.7.1"
2+
VERSION = "1.7.2"
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)