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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58a180319f8aca83ea9092e48c3a80cc15b5fd627bf524e68eb98d3b0e78e807
|
|
4
|
+
data.tar.gz: e838b4a5d041d65cb68d1155087e6a403846e9cceed59b2b9d82b5cb487f01bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
data/lib/jsonschema/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|