jsonschema_rs 0.46.8-x86_64-linux → 0.46.9-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: b3deffb1c7a3ac0b10111f091152cb3b4f3f8374d97a00356bbbf7700d20055d
4
- data.tar.gz: 5fe505d72f9eede939436557a881176211e687854a8868487e2b2a60837d846d
3
+ metadata.gz: 8c165b89c630ee20f9888df720db8d98d8d3d061f7862ee97986b3a9f08e6556
4
+ data.tar.gz: 95417941c4794e27ff64f1582453956dfac6a975d2c1e31630185e7c7822a08c
5
5
  SHA512:
6
- metadata.gz: 2d26089c4c3be3be40d93e00264dd88cb9fc814efb8e7bc5d330aab13bf450a14caf832360744533b9c135433f03a19900df671ad749649a784cb6c7076296da
7
- data.tar.gz: c8af38f4518d5aeccf2149430e4bb3c44ce586c8267bac8c911b0b046916f8e343e7d821aee3320a9d6884108abd5a8aaaa639b07f95ec3adbf64515b763f335
6
+ metadata.gz: fa9c046bf57cda30102aa682f9fd15f5861b02aa93afbde5d21708ae74283886738f0bb9747b7e5f6d3497e33fa917d06445a845cf0386e39e1037da27983b21
7
+ data.tar.gz: 7de3b57081ffb0365f6a5c70570f3af7faabd0af39eb061248772fab47412e769b22709ac5d2a559e7b389f06c0aee145c9848b55780656d5fb941d685870421
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: x86_64-linux
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