jsonschema_rs 0.46.0-aarch64-linux-musl → 0.46.1-aarch64-linux-musl

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: b264817d7a503cc3fd60b97743db726f4c2993f23c6315d7ea30592a51e8145b
4
- data.tar.gz: 3eaa373ad085de3c0b631afb698ae504c98d4cdc6a8cfea6c004d657ade21786
3
+ metadata.gz: 3d25d25aaeae69a90c6d16ce1d6c3252a8ace76cbd74eefeab98a431296081e9
4
+ data.tar.gz: 9f4fc5430efb2dd8fa875e21c1bd1e26ba7dee649195cf474b2bd90ca1a274f2
5
5
  SHA512:
6
- metadata.gz: c50409c186c78bcff6761ae1f4c8ad0bf2643887a9804e90cfdef90f63899ef1a304aaa0f3133b8fe9448f597418b6fa83167b0b839444ef21d49cb0c294fc55
7
- data.tar.gz: 3b2e104e930695277cb7d02dba67edf7660777f5b69f082fe3b74d93a46be7fbd8362988b2a228ae35c32287f6ecd4f28cb9a7934d06d10f5f66601ed43d8f69
6
+ metadata.gz: 67b17e3c1b7901ec837724ff4eb2b9167db8236b631d6a9a51220e5ecf37982db134175e2cadde8f5c983c8ff38ef71ef07eecf967cd9e4057690433f83a85b8
7
+ data.tar.gz: bd8f354dba0b42072c337363f3101f8dd9255a277e32d44dc8a0056ea6d1578aa96383334ea6728e2c428f584ee73a18c8612685589b3adff4a00be939475ebd
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
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.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: aarch64-linux-musl
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