jsonschema_rs 0.44.0-aarch64-linux → 0.44.1-aarch64-linux

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: 84ea8e195e0e65bd7ef559d0935ef0b811299f95898236f639d990f9a3c117d7
4
- data.tar.gz: 11a36ff821f4b265c03f920b72d1580d369f33345eef9db42abef6d05167b0f1
3
+ metadata.gz: daf82a3f740dc494a0cb5f3046b63aa36753409919af4b4e298bbd7a98ddb1db
4
+ data.tar.gz: f1a4c152e1c85c1862a636f94f37ef2b06ccaac61df59c49aef9154671c32d8b
5
5
  SHA512:
6
- metadata.gz: 586985fa0231b57791b6535b1dbaf11c04e7af6a238ccee6c2efac69dc50a083f9b05c480d247fd5de46fdf33743d1e5600cc7e2a834f753faaae90d0daa24e8
7
- data.tar.gz: b6c6e2c59bc92ef455512237929d6aee01f236141c1fe0b0ad4ef860fb0630a49d814d9b1bd1805d519ecd51fe79b5b61d0ab086672f25d82c0d802f240f5e62
6
+ metadata.gz: a34416dde30fbb9ced2a16116ac872bb50bc79c31db46c87d7556a9b713af1eb68405458d5352b5529935e29d2f3c82deb37657c73d65c8f16ec8eaf19b3d069
7
+ data.tar.gz: b416aede254c179dae1417c8e4ca63b0346ba6404ecd44e005bbe2a36524a30a8815d3939b7debef37e0fc7ded100b502271602dc421b1c608dfdd4e6096314a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.44.1] - 2026-03-03
6
+
7
+ ### Fixed
8
+
9
+ - `hostname` format now applies legacy RFC 1034 semantics in Draft 4/6 and keeps IDNA A-label validation in Draft 7+.
10
+
5
11
  ## [0.44.0] - 2026-03-02
6
12
 
7
13
  ### Added
@@ -53,7 +59,8 @@
53
59
 
54
60
  - Initial public release
55
61
 
56
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...HEAD
62
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.1...HEAD
63
+ [0.44.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.44.1
57
64
  [0.44.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.43.0...ruby-v0.44.0
58
65
  [0.43.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.42.2...ruby-v0.43.0
59
66
  [0.42.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.42.1...ruby-v0.42.2
Binary file
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.44.0"
4
+ VERSION = "0.44.1"
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.44.0
4
+ version: 0.44.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-02 00:00:00.000000000 Z
11
+ date: 2026-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal