jsonschema_rs 0.46.3-x64-mingw-ucrt → 0.46.4-x64-mingw-ucrt

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: cc2cca788d1dc37ee9485190bc40f000679056266bab94789324625524711751
4
- data.tar.gz: cb6d8ff38b1b277b8fc62908a9cd7f87e49ba90bbbdab61091facf05ed030d74
3
+ metadata.gz: 139086caca9ae2fbc3f97111a635316a30444f290a2322bad72a7867725cb8d3
4
+ data.tar.gz: 90c97c961d92e2759667e86ed9734655358aed727724595e44fd64063c0fc975
5
5
  SHA512:
6
- metadata.gz: 467b45558a7ff1bce7f1fc1ece892d2214db6d967f89ceac50a9b8f5e82e234d377beff7a991dc64e26c81564e7fd19de39805e99b5c85ed6f1664591bc23683
7
- data.tar.gz: 63e02a8860d51689af00b2fe187c9ddf1a29ff32d9c86a1e75a47a9fd5fd2dff90fa4d828a37c2fc73d14c43919c1ffdc9739403fdb9a6cc0ac84955d14f1805
6
+ metadata.gz: '073861babe1cbab30fe0c65349894cd530da79adb522606670fcdc825dd55f9dbffebbf58253508a7de453239599f6093e028c5bb2fd0d79906df44995d812cd'
7
+ data.tar.gz: 8e32c10dc7f17e4cb07e59a49981ecfb33e35a1f9cc813d509234693bc2be68bd27bfeaadb2ebf4a464dfca7eecb7b411b0d72026038a1d247b69293ddf5b8d7
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
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.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: x64-mingw-ucrt
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