jsonschema_rs 0.46.3-x86_64-linux → 0.46.4-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: 601f3f0317c6ee05755dbcd9e3ccdb254ee4c2e6cec77846e453ce119616df5d
4
- data.tar.gz: 1f64c33ba2514acd541dbfe06e5ce0d9f8598fd0d92ed508a2198bf0d765a0df
3
+ metadata.gz: cd98d5bfd686d263a5d48b3c18e8a2e1bbd6a20339b9b4b7800af0524befa37d
4
+ data.tar.gz: '069bd9b43886bd6f87cacf9ac8070e8f362fb8d922c77af52cce8ee37b77c780'
5
5
  SHA512:
6
- metadata.gz: 6c84a0750b236344fc05caae7e4423b8f613db1c231c97e9823f2619b78f5243a4d7e671c323386d1b1ea5bd87f8016f9d2ebe0335d37f07df4acbcf0aac3983
7
- data.tar.gz: 42e020e8bb6faa36a3ff96486ee4ffa0f91f593984fb8118e8c2dc7fa578f92306cb05cd23e7c74dbe878ada0afaf9bf3772b27461843236f4d453bc38e1190d
6
+ metadata.gz: bac293266f8a243f9e6f093f7704d7147bed4f323aed0390143966b5177a608ec9d93f037fa798cbb33ccc0671b07f32b5180f4eb45dc285ba0f7375bc41aa23
7
+ data.tar.gz: 7459081cb3f6f194d15ef47b773af5f21d6523c987e72b7f03d345d8b6f22c4e538b2fd5fa0dd3b2c7f3b426093b8bc45524b6e00c3ef8a3ef846b4a42644aad
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: x86_64-linux
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