jsonschema_rs 0.55.0-aarch64-linux → 0.55.1-aarch64-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: '0216723379510248f48effc89a92c262d094c63d260fbd9bfaeb07f8b5332ddf'
4
- data.tar.gz: f887a860e91ce8080a19f9f68c23ff4c07ff4e767f3c717e92b89c71e8ad71c3
3
+ metadata.gz: 6cee25622bbfd132ae73c36b950bad8ae35c89de0c105f966344f23bcbc50545
4
+ data.tar.gz: b8d4e813e5cb74563bf5fc8326b8a0c26fdc9d0ce4bc6cf833694b7376ef2f5e
5
5
  SHA512:
6
- metadata.gz: 639e84f45a3350ad6a306a476249a8e319b11225289932328484f570a51e04c63712462b3bf225a5322143969ce16844b42f3b38287ee0c33e8ce2f9326dbe67
7
- data.tar.gz: c597f2ed4a63eeb150fb84342e9357ab5993c86b52bd8803a31a5d744abd0971730078ddf6b83dbd6fe6b9db5ca97fce8e86f7f1340d7be45bfe3d5ed603988e
6
+ metadata.gz: 8026e1ec9fd7bb8b003f6f8789dd0b11e775d003072f30e12dd5fa39903756e23e894c12992d4b5854150006d65728a039344a233cf102b36e98080bb1d91d3c
7
+ data.tar.gz: 219062db2aff0ff0a4cedca0b4aec4edd00c6e3db430cf535e2cf9ec5e30f7b79d12be5a19b9a65efa440508ec8236e72ebee0e6171fc39b99d2711ff6714eca
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.55.1] - 2026-09-08
6
+
7
+ ### Changed
8
+
9
+ - Canonicalization of an `anyOf` over an `allOf` through a `$ref` to a union, which left that union nested inside the outer one.
10
+ - Canonicalization of an `anyOf` whose branch narrowing runs out of intersections, which left `true` as a branch inside the union.
11
+
5
12
  ## [0.55.0] - 2026-09-06
6
13
 
7
14
  ### Added
@@ -545,7 +552,8 @@
545
552
 
546
553
  - Initial public release
547
554
 
548
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.0...HEAD
555
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.1...HEAD
556
+ [0.55.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.0...ruby-v0.55.1
549
557
  [0.55.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.54.0...ruby-v0.55.0
550
558
  [0.54.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.53.0...ruby-v0.54.0
551
559
  [0.53.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.1...ruby-v0.53.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.55.0"
4
+ VERSION = "0.55.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.55.0
4
+ version: 0.55.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-06 00:00:00.000000000 Z
11
+ date: 2026-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal