Skip to content

Commit d6ab69a

Browse files
committed
Release 1.6.1
1 parent 45bb429 commit d6ab69a

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-03-03 1.6.1:
2+
13
* Undefine `#clone` and `#dup` on `MessagePack::Buffer`, `MessagePack::Packer` and `MessagePack::Unpacker`.
24
These methods were never intended, and using them could cause leaks or crashes or worse.
35
* Fix a possible GC crash when GC trigger inside `MessagePack::Buffer.new` (#314).

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