diff --git a/CHANGELOG.md b/CHANGELOG.md index e022fec..39261d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.3] - 2026-02-25 + +### Fixed + +- Allow json schemer to validate with external refs + ## [1.1.2] - 2026-02-24 ### Fixed @@ -58,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New JsonDateRangeResolver for composite date ranges - Added a SchemaInspector to abstract away schema inspection and validation -[unreleased]: https://github.com/HealthDataInsight/structured_store/compare/v1.1.2...HEAD +[unreleased]: https://github.com/HealthDataInsight/structured_store/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/HealthDataInsight/structured_store/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/HealthDataInsight/structured_store/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/HealthDataInsight/structured_store/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/HealthDataInsight/structured_store/compare/v1.0.1...v1.1.0 diff --git a/Gemfile.lock b/Gemfile.lock index 5ca6c22..d1192e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - structured_store (1.1.2) + structured_store (1.1.3) json_schemer (~> 2.4) rails (>= 7.0) zeitwerk (~> 2.6) diff --git a/lib/structured_store/version.rb b/lib/structured_store/version.rb index a7dbc14..6ebe328 100644 --- a/lib/structured_store/version.rb +++ b/lib/structured_store/version.rb @@ -1,3 +1,3 @@ module StructuredStore - VERSION = '1.1.2'.freeze + VERSION = '1.1.3'.freeze end diff --git a/test/dummy/config/code_safety.yml b/test/dummy/config/code_safety.yml index 7d65aa7..2dab4f7 100644 --- a/test/dummy/config/code_safety.yml +++ b/test/dummy/config/code_safety.yml @@ -99,8 +99,8 @@ file safety: safe_revision: b042b663d220917c09f1995385581bf70ea83cc3 app/validators/json_schema_validator.rb: comments: - reviewed_by: shilpigoeldev - safe_revision: 18dee2d51bb519c5be944c2821142676e25f5ff9 + reviewed_by: timgentry + safe_revision: 2c0a5a4988c4c1820021f36be3691b730e611a60 bin/rails: comments: reviewed_by: timgentry @@ -572,7 +572,7 @@ file safety: test/validators/json_schema_validator_test.rb: comments: reviewed_by: timgentry - safe_revision: 18dee2d51bb519c5be944c2821142676e25f5ff9 + safe_revision: 2c0a5a4988c4c1820021f36be3691b730e611a60 test/zeitwerk_loader_test.rb: comments: reviewed_by: timgentry