Skip to content

Commit 5534832

Browse files
authored
Merge pull request #550 from bastelfreak/rel600
Release 6.0.0
2 parents 7f74ed9 + ebac48f commit 5534832

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v6.0.0](https://github.com/voxpupuli/json-schema/tree/v6.0.0) (2025-08-12)
4+
5+
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.2.2...v6.0.0)
6+
7+
**Breaking changes:**
8+
9+
- Require Ruby 3.2 or newer [\#549](https://github.com/voxpupuli/json-schema/pull/549) ([bastelfreak](https://github.com/bastelfreak))
10+
311
## [v5.2.2](https://github.com/voxpupuli/json-schema/tree/v5.2.2) (2025-08-12)
412

513
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.2.1...v5.2.2)

json-schema.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'json-schema'
3-
s.version = '5.2.2'
3+
s.version = '6.0.0'
44
s.authors = ['Kenny Hoxworth', 'Vox Pupuli']
55
s.email = '[email protected]'
66
s.homepage = 'https://github.com/voxpupuli/json-schema/'

0 commit comments

Comments
 (0)