Skip to content

Commit 7054527

Browse files
authored
Merge pull request #548 from bastelfreak/rel522
Release 5.2.2
2 parents 605e21b + 172ecdd commit 7054527

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [v5.2.2](https://github.com/voxpupuli/json-schema/tree/v5.2.2) (2025-08-12)
4+
5+
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.2.1...v5.2.2)
6+
7+
**Fixed bugs:**
8+
9+
- Improve :failed\_attribute value for custom formats [\#545](https://github.com/voxpupuli/json-schema/pull/545) ([bmdelaune](https://github.com/bmdelaune))
10+
311
## [v5.2.1](https://github.com/voxpupuli/json-schema/tree/v5.2.1) (2025-07-09)
412

513
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.2.0...v5.2.1)
@@ -106,7 +114,6 @@
106114
**Merged pull requests:**
107115

108116
- Add dummy CI job we can depend on [\#503](https://github.com/voxpupuli/json-schema/pull/503) ([bastelfreak](https://github.com/bastelfreak))
109-
- build\(deps\): bump actions/checkout from 2 to 4 [\#502](https://github.com/voxpupuli/json-schema/pull/502) ([dependabot[bot]](https://github.com/apps/dependabot))
110117
- dependabot: check for github actions and gems [\#501](https://github.com/voxpupuli/json-schema/pull/501) ([bastelfreak](https://github.com/bastelfreak))
111118

112119
## [v4.1.0](https://github.com/voxpupuli/json-schema/tree/v4.1.0) (2023-09-15)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ begin
7171
rescue LoadError
7272
else
7373
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
74-
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
74+
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog dependencies}
7575
config.user = 'voxpupuli'
7676
config.project = 'json-schema'
7777
gem_version = Gem::Specification.load("#{config.project}.gemspec").version

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.1'
3+
s.version = '5.2.2'
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)