jsonschema_rs 0.46.7-x64-mingw-ucrt → 0.46.8-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: f3978474015ddc97e48a66ff89ddffd13b38a236affe1832da15f9fe6ff0dc98
4
- data.tar.gz: 6a30fe7d3c8b3dc051ca2a541fc5d4b9545b7855585fbb0aff301a6942ebe559
3
+ metadata.gz: bca4c3360f158d8c93c090f01cdeed33d9f78e59c86b240649335224bcc68846
4
+ data.tar.gz: 890bf90b3f8febd2dc895b0b1ddc78a4e76a60d1bbf7a4dfa4c28f72d5b7db49
5
5
  SHA512:
6
- metadata.gz: 8cf93846bec4b0389b24ec816876134b96c7c1fd137a750d5cca47a552fcefa03d862a23483420ff667015c17d724ec52f07854dabf1e7dd5e1c352dafc00491
7
- data.tar.gz: eccf722ea34e9b76b134846460eff92a56d69f2ff4c86a304e1da535923ffeb644e2c5c1eb4cba20564bf7bac5323cc22a1a26cfb05e881a9831f8d27bd1a831
6
+ metadata.gz: 3baa4332f6f14f54195ea9b39e32915f1224cffecd4b7ef7bef79827ab11d16dd56bb36216abcc2dcba5115b71e51c90108be319292314d3d00aaabd960ab9a0
7
+ data.tar.gz: e582e4619cd951af9ff1f455dfc9bb405f86307ba39450eaeb6deca51b55a9a560ebb07287c9a6c58c1ae195904349ced7628e70d57afe83deb582ae6477ba22
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: 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-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