jsonschema_rs 0.46.5-x86_64-linux → 0.46.6-x86_64-linux

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: bdc5c02038475c0989cfc08c2dd2fb7fd3ce5eded049bcf7d919c7e2f3d3da64
4
- data.tar.gz: 82808950e2a1e97a511e466b99e8669b32434afcf418887057d7845cdf90fcaf
3
+ metadata.gz: 52f8b21d89baaadd20117a3b2eccd7753c6712e1e36fb15364c567def276f2b3
4
+ data.tar.gz: 3d43fa738202fde2f5f089dad2f8b4ebb9872f2a26d4a073a992716b3d0f470b
5
5
  SHA512:
6
- metadata.gz: 0d5c71156bc06d23634b29ab2e4a496c3fcb5800280b5eb417a936357208aa08072b6979b6f01cf5566049364e97b4af8af8420beec569e7a69365462fb746f8
7
- data.tar.gz: 7c4626af496edfe3e3bda0d59d5523513847d44ff8791d5b4394f9b20a0617e1dc52c8b43b1616b7c1f72459f9b841ad0a9442fbc03bff753586e8596aef6431
6
+ metadata.gz: c00cef712f9aadcc413da7ef85bc79af52480b1fd327ef85c2e9a1dc5feed09fd472fff6f1bb80ad71cedd5db484bf8ccaa3c6d6cab63e98669cbf92e75b5d8e
7
+ data.tar.gz: 553a0474b47d402e48040d70e43c8d6b8d8b0316868e88f223d0451e9d4480a061332cc64156698530e1f2f433adfa1c024e8c28305a512c4d3f00afe9efacea
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
Binary file
Binary file
Binary file
@@ -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-linux
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