jsonschema_rs 0.45.0 → 0.45.1

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: 8edaf1942b912082da745998a2b61bcb9d01b15078b788c5c459631c539f6a83
4
- data.tar.gz: f6f35c2591c66ffe57bee54a12fd7b065fae77a96b7070abd82aae967cda8d39
3
+ metadata.gz: bf316227af9f64c9419dc4de15e24d28bef5c27bc6840d12cce7488cc855c67c
4
+ data.tar.gz: d64c25673255e39cb1cb0ccf9068081f959c1701df07642494bce118cd2eb296
5
5
  SHA512:
6
- metadata.gz: 0b44497016a6e8c454bff10e8d94b668045d981f68e4970bfc366c6c4a28bd92406fb557dcb508b78ad34278a05494184f9da3c8cff567d221a70710d928b0b4
7
- data.tar.gz: c56077fb3714d3ff419de02fc7dd1bb876388987f9ae65f50b7b93a4ddba95e4a249df0f4c4fa2aeaebad9dfd1c6fba4e8ac08eb311f9305452f02c345465e88
6
+ metadata.gz: 0b09605ef0cf0326a7ed3fdc0b4caebdc4f064a6d0c0d0d2bcd097651b9462ea6d2e40014eeb813aeb634047dec4401e28c2d21f7df9944960cdf45113fab3ea
7
+ data.tar.gz: 28c4c6d3d24d4b73acd431a648e042e7be92be80d7c6be20b90bdae38849f03bd16f8ddd3478263e5496561044e631d8a68b3971c1fab12850d5499a9577263e
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.45.1] - 2026-04-06
6
+
7
+ ### Fixed
8
+
9
+ - Incorrect handling of `multipleOf` validation for negative numeric instances.
10
+ - Incorrect handling of `duration` format when hours and seconds appear without minutes, or years and days without months.
11
+
5
12
  ## [0.45.0] - 2026-03-08
6
13
 
7
14
  ### Added
@@ -66,7 +73,8 @@
66
73
 
67
74
  - Initial public release
68
75
 
69
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...HEAD
76
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...HEAD
77
+ [0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
70
78
  [0.45.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.1...ruby-v0.45.0
71
79
  [0.44.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.44.1
72
80
  [0.44.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.43.0...ruby-v0.44.0
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "jsonschema-rb"
3
- version = "0.45.0"
3
+ version = "0.45.1"
4
4
  edition = "2021"
5
5
  authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
6
6
  license = "MIT"
@@ -13,7 +13,7 @@ publish = false
13
13
  crate-type = ["cdylib"]
14
14
 
15
15
  [dependencies]
16
- jsonschema = { version = "0.45.0", default-features = false, features = ["arbitrary-precision", "resolve-http", "resolve-file", "tls-ring"] }
16
+ jsonschema = { version = "0.45.1", default-features = false, features = ["arbitrary-precision", "resolve-http", "resolve-file", "tls-ring"] }
17
17
  magnus = { version = "0.8", features = ["rb-sys"] }
18
18
  rb-sys = "0.9"
19
19
  serde = { workspace = true }
@@ -666,9 +666,9 @@ dependencies = [
666
666
 
667
667
  [[package]]
668
668
  name = "jsonschema"
669
- version = "0.45.0"
669
+ version = "0.45.1"
670
670
  source = "registry+https://github.com/rust-lang/crates.io-index"
671
- checksum = "6f29616f6e19415398eb186964fb7cbbeef572c79bede3622a8277667924bbe3"
671
+ checksum = "257eb0e588b76827bbddc9e73945a9743693dd2adeaee9da26420f93cfedb798"
672
672
  dependencies = [
673
673
  "ahash",
674
674
  "bytecount",
@@ -696,7 +696,7 @@ dependencies = [
696
696
 
697
697
  [[package]]
698
698
  name = "jsonschema-rb-ext"
699
- version = "0.45.0"
699
+ version = "0.45.1"
700
700
  dependencies = [
701
701
  "jsonschema",
702
702
  "magnus",
@@ -1043,9 +1043,9 @@ dependencies = [
1043
1043
 
1044
1044
  [[package]]
1045
1045
  name = "referencing"
1046
- version = "0.45.0"
1046
+ version = "0.45.1"
1047
1047
  source = "registry+https://github.com/rust-lang/crates.io-index"
1048
- checksum = "b8a618c14f8ba29d8193bb55e2bf13e4fb2b1115313ecb7ae94b43100c7ac7d5"
1048
+ checksum = "e2f38748ceca8d0b0013e60f534d94a6e23dfd89fd2a88318fc5a2d04fda1010"
1049
1049
  dependencies = [
1050
1050
  "ahash",
1051
1051
  "fluent-uri",
@@ -1208,9 +1208,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1208
1208
 
1209
1209
  [[package]]
1210
1210
  name = "rustls-webpki"
1211
- version = "0.103.9"
1211
+ version = "0.103.10"
1212
1212
  source = "registry+https://github.com/rust-lang/crates.io-index"
1213
- checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1213
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
1214
1214
  dependencies = [
1215
1215
  "ring",
1216
1216
  "rustls-pki-types",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "jsonschema-rb-ext"
3
- version = "0.45.0"
3
+ version = "0.45.1"
4
4
  edition = "2021"
5
5
  publish = false
6
6
 
@@ -10,10 +10,10 @@ name = "jsonschema_rb"
10
10
  path = "../../src/lib.rs"
11
11
 
12
12
  [dependencies]
13
- jsonschema = { version = "0.45.0", default-features = false, features = ["arbitrary-precision", "resolve-http", "resolve-file", "tls-ring"] }
13
+ jsonschema = { version = "0.45.1", default-features = false, features = ["arbitrary-precision", "resolve-http", "resolve-file", "tls-ring"] }
14
14
  magnus = { version = "0.8", features = ["rb-sys"] }
15
15
  rb-sys = "0.9"
16
- referencing = "0.45.0"
16
+ referencing = "0.45.1"
17
17
  serde = { version = "1", features = ["derive"] }
18
18
  serde_json = { version = "1", features = ["arbitrary_precision"] }
19
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.45.0"
4
+ VERSION = "0.45.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.45.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Dygalo