We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcf25c commit e4305b4Copy full SHA for e4305b4
ChangeLog
@@ -1,3 +1,8 @@
1
+2025-02-06 1.8.0
2
+
3
+* Numerous small optimizations.
4
+* Added `key_cache` option to `Unpacker`.
5
6
2024-11-11 1.7.5
7
8
* Rerelease 1.7.4 with fixed java package.
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.7.5"
+ VERSION = "1.8.0"
# 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