jsonschema_rs 0.46.7-aarch64-linux-musl → 0.46.8-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: ba651061285477958acf19802057eae61fc13daa9f310154463f11302f9970e1
4
- data.tar.gz: 4e085ee44419c1169bdefd8d8c0b5b39ef0198f96d99b3823da5d404b0b02445
3
+ metadata.gz: c53b29ddbd4cecb6347303c10768d4756247aedef48f8b6623d5128e9a677246
4
+ data.tar.gz: 9d979164cb866e3dadd33691132b2308a1ed656ff503620a97216ac61489c818
5
5
  SHA512:
6
- metadata.gz: a1d9c046b5efc5e01be95aaf7c70b4cd3af4f32380f9b813011326274ae3a3e4a670b18352f826b1863ab1408923098394234e45f915f032ddb861410d90f36b
7
- data.tar.gz: af9f0c9d58db2ef70c6cd784354a397a036540b97e485bea94809a21bd69fd0f6ea1a20d560e59eb64b91bed86129fe735798592ab44fa142d0a898419ad923c
6
+ metadata.gz: 6342453753da723211d252a4811fed44e1ec7ae882cf304b3703122419da306e0636450e58818c8ebba0707da12b215ad2cfe8bf9a69911d27bc4be7a1bc9a99
7
+ data.tar.gz: fda6a635e004451252bee0a8683b1cbd973bad2568d8e96676080b5e8be06bb8fe0296dc35099dc0c9dd91eadbe1f6394ebb07d281d8da8e4121d43e8a7ca9b3
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.8] - 2026-07-01
6
+
7
+ ### Fixed
8
+
9
+ - `idn-email` format rejected non-ASCII characters in quoted local parts (e.g. `"δοκιμή"@example.com`).
10
+
5
11
  ## [0.46.7] - 2026-06-30
6
12
 
7
13
  ### Fixed
@@ -130,7 +136,8 @@
130
136
 
131
137
  - Initial public release
132
138
 
133
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...HEAD
139
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...HEAD
140
+ [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
134
141
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
135
142
  [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
136
143
  [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
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.7"
4
+ VERSION = "0.46.8"
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.7
4
+ version: 0.46.8
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-30 00:00:00.000000000 Z
11
+ date: 2026-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal