jsonschema_rs 0.46.9-aarch64-linux → 0.46.10-aarch64-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: 72f2e693cda06bda444ea76e7086db9a66f5b669dd7412dffd47f828885f800d
4
- data.tar.gz: 270b4a652412a0e3575888d2b290d1db0319e700ad684b4fefecad027ed794ee
3
+ metadata.gz: eacd0d7e800384ac95f31a1d152f1e7eba6bfbc2268415bbe6b747c423895253
4
+ data.tar.gz: 605b5415d39542eb918860acf8d3ba5fcf51e055d5be51070901503de924a4cf
5
5
  SHA512:
6
- metadata.gz: e431a2e2f5503a5455ab04cf658e726bf6e4cc1aeb80c66898511bd6072b24360352d417b605afb5d4d597fe9eb6fb68610cbe9670a055a89aea7ada0cec1399
7
- data.tar.gz: 4a0243b1ceb09109543e62321c6dbc4c1bbb0e5fe65970e4611c924c5507a48891f94c178f770d63ae2344d4726a498c10bbcfa1c857245e7cf48ad8250b68d9
6
+ metadata.gz: 5938ea17edc65a8e4b75751f99aa75e62face32cbf8d514cd57b477fed8e2cc5a7e1dd18619645547ea54d0573556d124b2d808d9b28c0df4a95a697c890c5f2
7
+ data.tar.gz: e5c61ee3ceac113147de0c38afd13475881b9faec04dab6896dd193cee01d70739e18eb90a055786cfb3e511c1daf73971cadd279ad2c0a0ab84c61b93c68273
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.10] - 2026-07-05
6
+
7
+ ### Fixed
8
+
9
+ - Stack overflow with a self-referential `$dynamicRef` combined with `unevaluatedProperties` or `unevaluatedItems`.
10
+ - Incorrect `unevaluatedProperties` and `unevaluatedItems` results when a meta-schema disables the Applicator vocabulary.
11
+
5
12
  ## [0.46.9] - 2026-07-02
6
13
 
7
14
  ### Fixed
@@ -142,7 +149,8 @@
142
149
 
143
150
  - Initial public release
144
151
 
145
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...HEAD
152
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.10...HEAD
153
+ [0.46.10]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...ruby-v0.46.10
146
154
  [0.46.9]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...ruby-v0.46.9
147
155
  [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
148
156
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
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.9"
4
+ VERSION = "0.46.10"
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.9
4
+ version: 0.46.10
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-02 00:00:00.000000000 Z
11
+ date: 2026-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal