jsonschema_rs 0.46.8-arm64-darwin → 0.46.9-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: 5ab61635fc683daad6760ab5ace949a45833e9056a0ab7a29cac47658c5e7a55
4
- data.tar.gz: f40d94117022846f88977aac999db5292e0b81dcad47288a764107ec2da2c9ef
3
+ metadata.gz: b43701081ce35889d4d13e2fc6c813cb43a741107b64319cd96db6f07291dcf0
4
+ data.tar.gz: db917282474542df6d4a8bb5909a190da455f8ca0214db5c976faea55e4fb04b
5
5
  SHA512:
6
- metadata.gz: 6095c35999e325811288e5367b34d73c365d7713aa93cf58c9eca67f2b2cf4d0147ad74b5333de337979324dc0a036e5dade4af22fd1a62eb1624b03a3537240
7
- data.tar.gz: d5801a972418bd1875d16768903a39a43da64dba55193f9d58b99ab18600c7b2ed4242b1218c7516e6d4e2e26b97724789f2b6a0871cf759093d9076cb551b86
6
+ metadata.gz: 6ee26af3ddb3a367c22471219b157a38b138c88e45032ceb6c1f97716e4b5bb60fe109bf977d1664d2ac75929bb3b91e5e3e8fdfa096962b49942ad7c9c4266d
7
+ data.tar.gz: 0743edcc70dd7a4f5a2d4e56d0679a27930df8d3d8f14f12b9b8c40e1e67ee89029d43c7e6892c16a42253519967d9cf7887196f25cd635ea00e857974738bb2
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
@@ -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: arm64-darwin
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