From cbb86d093a7b95cb1aa7b6cb95b371a9cd7bd002 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Wed, 11 Sep 2024 09:36:49 +0200 Subject: [PATCH] chore(python): Release 0.18.2 Signed-off-by: Dmitry Dygalo --- bindings/python/CHANGELOG.md | 7 +++++-- bindings/python/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index b68fbbd6..db71c2bd 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.18.2] - 2024-09-11 + ### Fixed - Ignoring ``$schema`` in resolved references. @@ -349,8 +351,9 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.1...HEAD -[0.18.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.0...python-v0.18.1 +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.2...HEAD +[0.18.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.1...python-v0.18.2 +[0.18.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.0...python-v0.18.1 [0.18.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.3...python-v0.18.0 [0.17.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.2...python-v0.17.3 [0.17.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.1...python-v0.17.2 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index ceef6123..ee411f8d 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-python" -version = "0.18.1" +version = "0.18.2" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"