jsonschema_rs 0.46.3-x86_64-darwin → 0.46.4-x86_64-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: 7cf071edd9183dfbbf01eeb164efc1d2e9a81712bbb10af35d78c501b2cf11f5
4
- data.tar.gz: a64d99d7f01f556a383d42ee116d9639ef3237edee0137f8db9abd03f8f827d3
3
+ metadata.gz: 5af5876e74717955d924183db321ed9dc417fb4b19bd47c8e78f3bfc292e5902
4
+ data.tar.gz: ec71eb6fc7acb626b40d63a755d8318f2877a9aa6f9dfa0d0fd9aa380fd908bd
5
5
  SHA512:
6
- metadata.gz: 00be1fc92d5a222a10edb6fa6b0fc955cd3551afdf8ad8f6e646913fca378792318297acc8cfc423ee409129d7e5e8dd451ca371feb016ed481b06f8025f3195
7
- data.tar.gz: 69e0780f261744eed209a4eda4b2ce5e8250e79158116e76dff9a5a10661c721be5890848fb086986a313541ae5cdcbc437eef484003f1359eca42e912b01287
6
+ metadata.gz: 8399bb8a3192ffb2d92e09d447b15f0fc6e6b11365150992bff6dbf1c2b091711bb2a5eef1239deb984cec80574f764815f0ed8f6f85c2c08b9bc7f243419aa4
7
+ data.tar.gz: f1bb8533dbb222d904aa5050bb1efeea305ed792c53e013d85088f76fa8f852001038773f3eb45df32f9641ad3c4f506f8b09a59d5384db7c4a2c00b5745c968
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: x86_64-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