Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jul 18, 2023
1 parent 6dcdb39 commit e3cfc39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,3 +1,5 @@
2023-07-18 1.7.2:

* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).
* Fix a regression where feeding an empty string to an Unpacker would be considered like the end of the buffer.

Expand Down
2 changes: 1 addition & 1 deletion lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
VERSION = "1.7.1"
VERSION = "1.7.2"
# 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.
Expand Down

0 comments on commit e3cfc39

Please sign in to comment.