Skip to content

Commit 6bbaa97

Browse files
committed
Release 1.7.3
1 parent a7a9218 commit 6bbaa97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-03 1.7.3
2+
3+
* Limit initial containers pre-allocation to `SHRT_MAX` (32k) entries.
4+
15
2023-07-18 1.7.2:
26

37
* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).

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