jsonschema_rs 0.46.3-arm64-darwin → 0.46.4-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: e6c02b9a6e7754c9ef3b47c3c03d5bca041a5e5202e7b8676a299acca038c347
4
- data.tar.gz: 720a570fd82ffafcaaec9721f1c3afc7944da4b3dc92cac381ebe8161498a5a1
3
+ metadata.gz: 4ab0def341438c6d31bdb9335a5034dfc748aabfb48c8d466556f4a6a66a5a4d
4
+ data.tar.gz: edcfae881b41cfa0fa65d43c9835befd1a833e881b8e1af1d36e2e12b47b2012
5
5
  SHA512:
6
- metadata.gz: 5b02dd6beb88988ac4ff61b62926fc7de768bad725bf2362b9c32a4daa1219faef61598b6c3c52d715cf52ea96d38f57ecb1872d151e499b3f006dfbf44a3a26
7
- data.tar.gz: 9b2cd3d4fcda8ad7b03c634bfd036871c6f43cd2369a0c543aea15dc84b388b057505c74123733eaf034a98b857854cef1c9318c19a6b1e03b64818f5a59ff3f
6
+ metadata.gz: 1fe8e384e58df9bba7d67154691c0938b3984fb467186d9f21207143ab74e66d1420c7702738e3d6df161dd895c6b3f60ce51f99fa1f579c76c0f785314fb81e
7
+ data.tar.gz: 22d312fb8df665e31887d6fb4f691dffb626a28f449376607022b863e3b5023500f9a5225887c50e5137324294f42fc8431b0e1bde4edf5f762ff426ca5d0df5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.4] - 2026-05-02
6
+
7
+ ### Fixed
8
+
9
+ - Panic in the regex engine when matching against patterns with very large `{0,N}` quantifiers.
10
+
5
11
  ## [0.46.3] - 2026-04-28
6
12
 
7
13
  ### Fixed
@@ -104,7 +110,8 @@
104
110
 
105
111
  - Initial public release
106
112
 
107
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...HEAD
113
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...HEAD
114
+ [0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
108
115
  [0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
109
116
  [0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
110
117
  [0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.3"
4
+ VERSION = "0.46.4"
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.3
4
+ version: 0.46.4
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-04-28 00:00:00.000000000 Z
11
+ date: 2026-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal