diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index d721dc7c..30f6937e 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.18.0] - 2024-05-07 + ### Added - Defining custom format checkers. [#245](https://github.com/Stranger6667/jsonschema-rs/issues/245) @@ -331,7 +333,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.3...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.0...HEAD +[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 [0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...python-v0.17.1 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 9792a021..27cb6fd1 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-python" -version = "0.17.3" +version = "0.18.0" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"