Skip to content

Commit 8e8b353

Browse files
committed
Release 1.6.0
1 parent 1eaa2d4 commit 8e8b353

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2022-09-30 1.6.0:
2+
13
* Fix a potential use-after-free bug in Buffer_free when accessing a packer or unpacker buffer.
24
* `old-style-definition` compilation warnings.
35
* Restore zero-copy buffer feed when provided a Ruby string. This was accidentally broken in 1.5.4.

lib/msgpack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MessagePack
2-
VERSION = "1.5.6"
2+
VERSION = "1.6.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)