Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Oct 4, 2024
1 parent a7a9218 commit 6bbaa97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-03 1.7.3

* Limit initial containers pre-allocation to `SHRT_MAX` (32k) entries.

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).
Expand Down
2 changes: 1 addition & 1 deletion lib/msgpack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MessagePack
VERSION = "1.7.2"
VERSION = "1.7.3"
# 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 6bbaa97

Please sign in to comment.