jsonschema_rs 0.46.0-arm64-darwin → 0.46.1-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: 3236bde17ba5759fae07d1291f4966703abf87c44432b80bb12d5645852964c2
4
- data.tar.gz: 3878412a5a7c04697bcb7907b944dfc4c81c670394feaf256749b51e19d0d141
3
+ metadata.gz: 642c073dd4920aeab48cf30c6e868a9be21215e9f36c244ce762d6db7415d6e5
4
+ data.tar.gz: f617f83226e437012a613170665037e7d2672c756700d05ad1422f2e71354f0f
5
5
  SHA512:
6
- metadata.gz: 20085f53db9d54f469b73ab1b642c32b5a49066217eae5ca97534dc5ab640a32635b042de67fcfbd1df7afa920194e09e1946bc7296b07d3cec24fc72c70e652
7
- data.tar.gz: 2a80e06bb949e0444435926dd63b0870c33a831a4ec9a196e7ee1f0e10d10632d4753efda1c6c9d87b54774234cce90ca67ad873d9da8db1a4810d4faff40db2
6
+ metadata.gz: d0ef20e9e655fa07f6e193c75ca3b4f7e57833dfe1fe174e854c39b36f95b84c2ad70f635133e5b5df49431c49c22b883ff08d53899df01cea8cbde1eb112edf
7
+ data.tar.gz: 730c05d8f7ab72fd0a56144393e2878582849969357d0f61f8336ec2d43c32073af2041a2e9b260cc6c6bf0154b88f5551e09f4b54971d019eb70f62206540a7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.1] - 2026-04-18
6
+
7
+ ### Fixed
8
+
9
+ - `required` not enforced when `properties` has 15 or more entries and `required` lists exactly 2 keys.
10
+
5
11
  ## [0.46.0] - 2026-04-10
6
12
 
7
13
  ### Added
@@ -86,7 +92,8 @@
86
92
 
87
93
  - Initial public release
88
94
 
89
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...HEAD
95
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...HEAD
96
+ [0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
90
97
  [0.46.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...ruby-v0.46.0
91
98
  [0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
92
99
  [0.45.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.1...ruby-v0.45.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.0"
4
+ VERSION = "0.46.1"
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.0
4
+ version: 0.46.1
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-10 00:00:00.000000000 Z
11
+ date: 2026-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal