We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bb429 commit d6ab69aCopy full SHA for d6ab69a
2 files changed
ChangeLog
@@ -1,3 +1,5 @@
1
+2023-03-03 1.6.1:
2
+
3
* Undefine `#clone` and `#dup` on `MessagePack::Buffer`, `MessagePack::Packer` and `MessagePack::Unpacker`.
4
These methods were never intended, and using them could cause leaks or crashes or worse.
5
* Fix a possible GC crash when GC trigger inside `MessagePack::Buffer.new` (#314).
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.6.0"
+ VERSION = "1.6.1"
# 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.
0 commit comments