jsonschema_rs 0.46.5-arm64-darwin → 0.46.6-arm64-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: 4b339356909d301f265f7c5f199da1ced2f9913cc58acccc1bf9cd306f34d603
4
- data.tar.gz: a5d0a54ebebf10bc0502bffe5ba5ae3cf27362889a7256d1957a916f7b56a657
3
+ metadata.gz: a2595b2a7615f8f617884dc35fea27a7bfb904a9be2c6d585bc4c1255e9352e5
4
+ data.tar.gz: 65389c8d043436132124e697983d9cde89255da7b15e60414d0e710eb075a3e9
5
5
  SHA512:
6
- metadata.gz: 5f912a29bd033b4a8761414b6f21ffd974a661d0f5e742adbefd67997c3432b291e6a18d75d266689bc411e69f3fa0aabb8da90dced9b006f9a65765c1041a1e
7
- data.tar.gz: 025cc56b8f3d1e6c93915c873b81d170bea74133d0ea26980605bd41acd737e6dabe692acb35e5e02bdee1c8295d2abbeeed177521c3671e0ad456e774d4901c
6
+ metadata.gz: 21a71008c0b110e8029bc6224b727cddcd3354a79ba3975f0893367183666beea7d94425adff3ddb004f082b55a65141a41b0796e1cc527a86191cd60df25e5e
7
+ data.tar.gz: 8770060f54be1a50bda957f3f668c2fda23ac65870d88f628ff74cee08599e804188fe0e1b34eedbfa7c530fd589e82a521a4f00662c9e4e4433dd6bcf330a14
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: arm64-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