Skip to content

Commit f745ec1

Browse files
committed
Release 2.9.1
1 parent 72f43d4 commit f745ec1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
### 2024-12-18 (2.9.1)
4+
5+
* Fix support for Solaris 10.
6+
37
### 2024-12-03 (2.9.0)
48

59
* Fix C implementation of `script_safe` escaping to not confuse some other 3 wide characters with `\u2028` and `\u2029`.

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.9.0'
4+
VERSION = '2.9.1'
55
end

0 commit comments

Comments
 (0)