Skip to content

Commit 7a3b482

Browse files
committed
Release 2.7.3
1 parent 2c27755 commit 7a3b482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changes
22

3-
### 2024-10-23 (2.7.3.rc1)
3+
### 2024-10-24 (2.7.3)
44

5-
* Numerous performance optimizations in `JSON.generate` and `JSON.dump`.
5+
* Numerous performance optimizations in `JSON.generate` and `JSON.dump` (up to 2 times faster).
66
* Limit the size of ParserError exception messages, only include up to 32 bytes of the unparseable source.
77
* Fix json-pure's `Object#to_json` to accept non state arguments
88
* Fix multiline comment support in `json-pure`.

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.7.3.rc1'
4+
VERSION = '2.7.3'
55
end

0 commit comments

Comments
 (0)