We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f5fdf commit 9dc86f9Copy full SHA for 9dc86f9
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 2020-12-22 (2.5.1)
4
+
5
+* Restore the compatibility for constants of JSON class.
6
7
## 2020-12-22 (2.5.0)
8
9
* Ready to Ractor-safe at Ruby 3.0.
VERSION
@@ -1 +1 @@
-2.5.0
+2.5.1
lib/json/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
- VERSION = '2.5.0'
+ VERSION = '2.5.1'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
0 commit comments