From 434922764a0db82a0de740fd4816c4d4697187e4 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 14 Sep 2024 18:38:45 +0200 Subject: [PATCH] chore(rust): Release 0.19.0 Signed-off-by: Dmitry Dygalo --- CHANGELOG.md | 5 ++++- crates/jsonschema-cli/Cargo.toml | 2 +- crates/jsonschema/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16220761..11b0e638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.19.0] - 2024-09-14 + ### Added - `jsonschema::compile` shortcut. @@ -497,7 +499,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.3...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.0...HEAD +[0.19.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.3...rust-v0.19.0 [0.18.3]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.2...rust-v0.18.3 [0.18.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.1...rust-v0.18.2 [0.18.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...rust-v0.18.1 diff --git a/crates/jsonschema-cli/Cargo.toml b/crates/jsonschema-cli/Cargo.toml index 431cf198..01c1fad5 100644 --- a/crates/jsonschema-cli/Cargo.toml +++ b/crates/jsonschema-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-cli" -version = "0.18.3" +version = "0.19.0" description = "A command line tool for JSON Schema validation." keywords = ["jsonschema", "validation"] categories = ["web-programming"] diff --git a/crates/jsonschema/Cargo.toml b/crates/jsonschema/Cargo.toml index 014f2060..3afe6f82 100644 --- a/crates/jsonschema/Cargo.toml +++ b/crates/jsonschema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema" -version = "0.18.3" +version = "0.19.0" description = "JSON schema validaton library" keywords = ["jsonschema", "validation"] categories = ["web-programming"]