Skip to content

Commit fd61def

Browse files
committed
Release 2.21.1
1 parent db70b14 commit fd61def

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Unreleased
44

5+
### 2026-07-13 (2.21.1)
6+
7+
* Fix a compilation issue on Window and Microsoft Visual C++.
8+
59
### 2026-07-12 (2.21.0)
610

711
* `JSON.generate` now accept a `sort_keys` option, which takes either a boolean or a block.

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.21.0'
4+
VERSION = '2.21.1'
55
end

0 commit comments

Comments
 (0)