jsonschema_rs 0.46.6-x64-mingw-ucrt → 0.46.7-x64-mingw-ucrt

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: 023afc7a4c3bcd9f2a732f75285fed21a5a308f7f6dbfb407df3711c94aea07b
4
- data.tar.gz: dc2597edcd9c5b662836e214a96a135fdba1009109f777ef95b5633f1f5a7c0f
3
+ metadata.gz: f3978474015ddc97e48a66ff89ddffd13b38a236affe1832da15f9fe6ff0dc98
4
+ data.tar.gz: 6a30fe7d3c8b3dc051ca2a541fc5d4b9545b7855585fbb0aff301a6942ebe559
5
5
  SHA512:
6
- metadata.gz: 0db1b297e5ee4fa63dbfb074ba201bd578737fb74ecb4d495f9824c0470d6ac5a71e0dc836ecdfe779a191e2084187ce22d816673e6bd1560fb76793a2671a03
7
- data.tar.gz: 665fb200f0e2017749e3933ab49ccd1b47c55e8f82d55fcc40da7cb68f3e2b11dbc7957c98ad32ecc2ce1a92d7c4d855a32a7ee79fd76754cf0f7571bd56c546
6
+ metadata.gz: 8cf93846bec4b0389b24ec816876134b96c7c1fd137a750d5cca47a552fcefa03d862a23483420ff667015c17d724ec52f07854dabf1e7dd5e1c352dafc00491
7
+ data.tar.gz: eccf722ea34e9b76b134846460eff92a56d69f2ff4c86a304e1da535923ffeb644e2c5c1eb4cba20564bf7bac5323cc22a1a26cfb05e881a9831f8d27bd1a831
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: x64-mingw-ucrt
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