From 11ebbaaececc1830f093dca229a28c0a5ebdf877 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 12 Sep 2024 09:11:51 +0200 Subject: [PATCH] chore(rust): Release 0.18.3 Signed-off-by: Dmitry Dygalo --- CHANGELOG.md | 6 +++++- jsonschema/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4eb769..219b32bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## [Unreleased] +## [0.18.3] - 2024-09-12 + ### Fixed - Changing base URI when `$ref` is present in drafts 7 and earlier. +- Removed `dbg!` macro. ## [0.18.2] - 2024-09-11 @@ -472,7 +475,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.2...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.3...HEAD +[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 [0.18.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.1...rust-v0.18.0 diff --git a/jsonschema/Cargo.toml b/jsonschema/Cargo.toml index 32611025..5490b4c6 100644 --- a/jsonschema/Cargo.toml +++ b/jsonschema/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT" name = "jsonschema" readme = "../README.md" repository = "https://github.com/Stranger6667/jsonschema-rs" -version = "0.18.2" +version = "0.18.3" rust-version = "1.56.1" categories = ["web-programming"]