jsonschema_rs 0.46.6-arm64-darwin → 0.46.7-arm64-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: a2595b2a7615f8f617884dc35fea27a7bfb904a9be2c6d585bc4c1255e9352e5
4
- data.tar.gz: 65389c8d043436132124e697983d9cde89255da7b15e60414d0e710eb075a3e9
3
+ metadata.gz: 33c724ebaf107078f707bc3d9a6c37a78439e70259ce09306b839a4ffb9855dd
4
+ data.tar.gz: b19bf126af2a89aada7ff9086037a363dcb43a6e36f890b425f46311aa316397
5
5
  SHA512:
6
- metadata.gz: 21a71008c0b110e8029bc6224b727cddcd3354a79ba3975f0893367183666beea7d94425adff3ddb004f082b55a65141a41b0796e1cc527a86191cd60df25e5e
7
- data.tar.gz: 8770060f54be1a50bda957f3f668c2fda23ac65870d88f628ff74cee08599e804188fe0e1b34eedbfa7c530fd589e82a521a4f00662c9e4e4433dd6bcf330a14
6
+ metadata.gz: 4437414876c9ea1074507fe3b00705f7b7e3997cf6df70ac6067a01c1d5a6a27ba4b3266940b8d5c26ab57990d349fafc04f100cdfd9f832face94c2188c984a
7
+ data.tar.gz: 53331dbabaaddd63d9f2313c498f1cd321c211403523e2c411942d41d4928899f9684674775650584512ea4e6eebd29a50d81863b1c953f5ed83435af25b1d05
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: arm64-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