jsonschema_rs 0.46.8-aarch64-linux-musl → 0.46.9-aarch64-linux-musl

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: c53b29ddbd4cecb6347303c10768d4756247aedef48f8b6623d5128e9a677246
4
- data.tar.gz: 9d979164cb866e3dadd33691132b2308a1ed656ff503620a97216ac61489c818
3
+ metadata.gz: bff4567b6866e0bcaec850107b57b5c57a6cfdb78b0a89f7c99181bdb5e6f43a
4
+ data.tar.gz: 29836fcd17ad3c6473f372da1853ff490ddffefc25bed0a76ac1554d01c98983
5
5
  SHA512:
6
- metadata.gz: 6342453753da723211d252a4811fed44e1ec7ae882cf304b3703122419da306e0636450e58818c8ebba0707da12b215ad2cfe8bf9a69911d27bc4be7a1bc9a99
7
- data.tar.gz: fda6a635e004451252bee0a8683b1cbd973bad2568d8e96676080b5e8be06bb8fe0296dc35099dc0c9dd91eadbe1f6394ebb07d281d8da8e4121d43e8a7ca9b3
6
+ metadata.gz: 71827abfd4b9dc0c6f5c8e38f5b38987fc3f2f39576ac7e45adcf12f54f0ee6777df895a59abf71403e9edb3dd272c78b77069158606dbb48865f47c7912321e
7
+ data.tar.gz: c0aee7fcf6656e5c70e15eb98ba1ef63b855e5154c0110a65c0d50a651917f16bd6b137d9bca395db6e061fe6904d11d0922f1c1e5700af9ebdf636aa85cbdec
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.9] - 2026-07-02
6
+
7
+ ### Fixed
8
+
9
+ - Stack overflow while preparing a registry containing deeply nested schema documents.
10
+
5
11
  ## [0.46.8] - 2026-07-01
6
12
 
7
13
  ### Fixed
@@ -136,7 +142,8 @@
136
142
 
137
143
  - Initial public release
138
144
 
139
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...HEAD
145
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...HEAD
146
+ [0.46.9]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...ruby-v0.46.9
140
147
  [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
141
148
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
142
149
  [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
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.8"
4
+ VERSION = "0.46.9"
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.8
4
+ version: 0.46.9
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-01 00:00:00.000000000 Z
11
+ date: 2026-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal