From 43062e0a0c62d23f16dcd608140b7cdd64f891aa Mon Sep 17 00:00:00 2001 From: Tim Gentry <52189+timgentry@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:51:40 +0000 Subject: [PATCH 1/3] Version bump --- Gemfile.lock | 2 +- lib/structured_store/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From a640717f2702815e01ec535193f206249553109b Mon Sep 17 00:00:00 2001 From: Tim Gentry <52189+timgentry@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:54:24 +0000 Subject: [PATCH 2/3] CHANGELOG update --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From c9000b18e5cce2975021f526f8078739ca99a5ff Mon Sep 17 00:00:00 2001 From: Tim Gentry <52189+timgentry@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:55:16 +0000 Subject: [PATCH 3/3] Code safety review --- test/dummy/config/code_safety.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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