Skip to content

Commit e4305b4

Browse files
committed
Release 1.8.0
1 parent 5fcf25c commit e4305b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-06 1.8.0
2+
3+
* Numerous small optimizations.
4+
* Added `key_cache` option to `Unpacker`.
5+
16
2024-11-11 1.7.5
27

38
* Rerelease 1.7.4 with fixed java package.

lib/msgpack/version.rb

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