jsonschema_rs 0.46.6-x86_64-darwin → 0.46.7-x86_64-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: b033d71a5ede04783e24f3f6fb95eb7381f6cffa1d6b0d18f82e636d9f124e1b
4
- data.tar.gz: df9e84d54c7d463d2eee5f795403a5c7e77b08a9df868a0225c9051ca3b2137a
3
+ metadata.gz: fde43b450229a383606b072e2b2ce1c0bccf717899898b0756bd234f251d514d
4
+ data.tar.gz: d0b68b4e6a2a76becf46a2969217d3163722202f6e7a6065f4bd3556c1416c6e
5
5
  SHA512:
6
- metadata.gz: d74000fe7be13def421ee554036b2cf58e3e8ed92aee02254fb4889db9976a5d2bf235c07cc866b920af7241119aa979ea5bf0d2cdd95a90d046bc59c89dc49f
7
- data.tar.gz: 2d3efe6cc1be14c6f30ef1530bad56f3cf66d864abd1a78f8724f4f100ad185c8cf9f6b6a90e9c7124d3010c578c142fbf2cd03fd7504eb229ef5377460650f1
6
+ metadata.gz: 172b0475b1367cc7db9102482248632e57ca52dee023855580cd67f16e60a9a8c8af7465f7ac4cb8ad66dd26d1b056866a85fe922aa2c854e65005f2e73c3b5c
7
+ data.tar.gz: d8094d58c00fb140b9337c9fc8173b40dbfd63f545bdd8259dfbc1494ee31eb9722aed3fd24cd9fc95d572a0a8133c8ee312a6547d4903823fa30816fc16cf12
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
@@ -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: x86_64-darwin
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