jsonschema_rs 0.46.5-x86_64-darwin → 0.46.6-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3487395d6ddb537f5eadc7ecc1144ef12e92d930c8b7299b5f2271722074920
4
- data.tar.gz: 489eece178650e27dbd340f420258621bfb98944d912d2b23a6f677c1963b2cb
3
+ metadata.gz: b033d71a5ede04783e24f3f6fb95eb7381f6cffa1d6b0d18f82e636d9f124e1b
4
+ data.tar.gz: df9e84d54c7d463d2eee5f795403a5c7e77b08a9df868a0225c9051ca3b2137a
5
5
  SHA512:
6
- metadata.gz: aa7f1e24da9311d68da87884462d78d373bea0e8074802a8a5ca33cdad47251d953bee5495fe687222943c84b6be196dbb60a940c88fd10400d03ee719c0b14f
7
- data.tar.gz: f20e1fdfaa8393a06433baf51c6e5585195a0a6d048e1770d2a19d204f18015ecd86176e4e4673a628c42eac34cc97be0111518a447e6e29f34b887a139ae6b2
6
+ metadata.gz: d74000fe7be13def421ee554036b2cf58e3e8ed92aee02254fb4889db9976a5d2bf235c07cc866b920af7241119aa979ea5bf0d2cdd95a90d046bc59c89dc49f
7
+ data.tar.gz: 2d3efe6cc1be14c6f30ef1530bad56f3cf66d864abd1a78f8724f4f100ad185c8cf9f6b6a90e9c7124d3010c578c142fbf2cd03fd7504eb229ef5377460650f1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.6] - 2026-06-24
6
+
7
+ ### Fixed
8
+
9
+ - `prefixItems` incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
10
+ - `pattern` validation errors displayed the internally translated regex instead of the original schema pattern. [#1149](https://github.com/Stranger6667/jsonschema/issues/1149)
11
+ - Reuse registry retrievers when only `registry` is passed.
12
+
5
13
  ## [0.46.5] - 2026-05-13
6
14
 
7
15
  ### Fixed
@@ -116,7 +124,8 @@
116
124
 
117
125
  - Initial public release
118
126
 
119
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...HEAD
127
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...HEAD
128
+ [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
120
129
  [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
121
130
  [0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
122
131
  [0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.5"
4
+ VERSION = "0.46.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.5
4
+ version: 0.46.6
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-13 00:00:00.000000000 Z
11
+ date: 2026-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal