Skip to content

Commit

Permalink
chore(rust): Release 0.28.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Jan 24, 2025
1 parent 293718e commit f50299a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.28.3] - 2025-01-24

### Fixed

- Panic when schema registry base URI contains an unencoded fragment.
Expand Down Expand Up @@ -794,7 +796,8 @@ Old names are retained for backward compatibility but will be removed in a futur

- Initial public release

[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...HEAD
[0.28.3]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...rust-v0.28.3
[0.28.2]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...rust-v0.28.2
[0.28.1]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...rust-v0.28.1
[0.28.0]: https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...rust-v0.28.0
Expand Down
4 changes: 2 additions & 2 deletions crates/jsonschema-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonschema-cli"
version = "0.28.2"
version = "0.28.3"
description = "A command line tool for JSON Schema validation."
keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
Expand All @@ -13,7 +13,7 @@ license.workspace = true

[dependencies]
clap = { version = "4.5", features = ["derive"] }
jsonschema = { version = "0.28.2", path = "../jsonschema/" }
jsonschema = { version = "0.28.3", path = "../jsonschema/" }
serde_json.workspace = true

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/jsonschema-referencing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "referencing"
version = "0.28.2"
version = "0.28.3"
description = "An implementation-agnostic JSON reference resolution library for Rust."
readme = "README.md"
rust-version.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonschema"
version = "0.28.2"
version = "0.28.3"
description = "JSON schema validaton library"
keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
Expand Down Expand Up @@ -36,7 +36,7 @@ reqwest = { version = "0.12", features = [
"blocking",
"json",
], default-features = false, optional = true }
referencing = { version = "0.28.2", path = "../jsonschema-referencing" }
referencing = { version = "0.28.3", path = "../jsonschema-referencing" }
serde.workspace = true
serde_json.workspace = true
uuid-simd = "0.8"
Expand Down

0 comments on commit f50299a

Please sign in to comment.