Skip to content

Commit 9dc86f9

Browse files
committed
Bump version to 2.5.1
1 parent 91f5fdf commit 9dc86f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 2020-12-22 (2.5.1)
4+
5+
* Restore the compatibility for constants of JSON class.
6+
37
## 2020-12-22 (2.5.0)
48

59
* Ready to Ractor-safe at Ruby 3.0.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

lib/json/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22
module JSON
33
# JSON version
4-
VERSION = '2.5.0'
4+
VERSION = '2.5.1'
55
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
66
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
77
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)