jsonschema_rs 0.46.6-aarch64-linux-musl → 0.46.7-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: 2914a0d7b511a93b1519540a7e45688a1068f9ea3da4286d5d1fb00bbc0450b1
4
- data.tar.gz: 6a1a3133398a83ebf81103bc70d251f204ff03cae0f84a566395e9c88217efaa
3
+ metadata.gz: ba651061285477958acf19802057eae61fc13daa9f310154463f11302f9970e1
4
+ data.tar.gz: 4e085ee44419c1169bdefd8d8c0b5b39ef0198f96d99b3823da5d404b0b02445
5
5
  SHA512:
6
- metadata.gz: 9781865209e670923edafcf9e749ab5b65d0ac0f93aa71c8a5799e02026bec4f9bdb55fa7e9f3991f576796ea61d1664b2049c5567f7afc3f7b3f9990f12930e
7
- data.tar.gz: cb76098d4f180c9c77f17e8b15f83f20b5340e5f5c06cabfeb0ecb759b55b07ab6a5df3ea37bb5faf01aff2c3dc9a649e1fff3db5502bcb4f74c47acef7a04b3
6
+ metadata.gz: a1d9c046b5efc5e01be95aaf7c70b4cd3af4f32380f9b813011326274ae3a3e4a670b18352f826b1863ab1408923098394234e45f915f032ddb861410d90f36b
7
+ data.tar.gz: af9f0c9d58db2ef70c6cd784354a397a036540b97e485bea94809a21bd69fd0f6ea1a20d560e59eb64b91bed86129fe735798592ab44fa142d0a898419ad923c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.7] - 2026-06-30
6
+
7
+ ### Fixed
8
+
9
+ - `idn-hostname` format accepted A-labels that decode to a disallowed code point (e.g. `xn--7a`).
10
+
5
11
  ## [0.46.6] - 2026-06-24
6
12
 
7
13
  ### Fixed
@@ -124,7 +130,8 @@
124
130
 
125
131
  - Initial public release
126
132
 
127
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...HEAD
133
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...HEAD
134
+ [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
128
135
  [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
129
136
  [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
130
137
  [0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
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.6"
4
+ VERSION = "0.46.7"
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.6
4
+ version: 0.46.7
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-06-23 00:00:00.000000000 Z
11
+ date: 2026-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal