jsonschema_rs 0.44.0-x86_64-linux → 0.44.1-x86_64-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: 6e77bca421c1bdd0d4be425717dc0e542aa62a5c1bf51dd7b22ff5c082e5a64b
4
- data.tar.gz: 53c22ac5629d81712893a7db2ada737803c882e36894b5b23568fee261f666c8
3
+ metadata.gz: 58a180319f8aca83ea9092e48c3a80cc15b5fd627bf524e68eb98d3b0e78e807
4
+ data.tar.gz: e838b4a5d041d65cb68d1155087e6a403846e9cceed59b2b9d82b5cb487f01bb
5
5
  SHA512:
6
- metadata.gz: 16a0a6a7e325e20dc76ea409c809da292b201856077e78442cc84ca20679aff8ba209270e06175c28f58eb5303cd264bc19e4482a76852f54e30a2608b387420
7
- data.tar.gz: ef27a2b566ff19e7d588f4e8dc91698986791fff6f46e8eec79e0cbaaa979f9db147213eff8306a901eb81c34df871cf04310a5db8d4f1aadbdc694fa68d9351
6
+ metadata.gz: 1290ca870062e2bb4c6420d0c0240413a40d5ff8821897803f327d5cf76bff17a773490e7ea272ebb6044e0e5f406a75af1b02a0fc5d771fdcb5bfbdd6410471
7
+ data.tar.gz: 8c663417d9ab92b0ab019cf6919cd83fc14f1a79a9f592607d9fb3245c6e64951a680b31567032c1baee781ebf6302b0e29fd263597f95d7917dcbf651bd2b4e
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: x86_64-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