diff --git a/crates/jsonschema-py/CHANGELOG.md b/crates/jsonschema-py/CHANGELOG.md index 8b6ceaa0..db4331c8 100644 --- a/crates/jsonschema-py/CHANGELOG.md +++ b/crates/jsonschema-py/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.19.0] - 2024-09-14 + ### Fixed - `uuid` format validation. @@ -370,7 +372,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.3...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.0...HEAD +[0.19.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.3...python-v0.19.0 [0.18.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.2...python-v0.18.3 [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 diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index fbbac367..8a047406 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-py" -version = "0.18.3" +version = "0.19.0" description = "A high-performance JSON Schema validator for Python" keywords = ["jsonschema", "validation"] categories = ["web-programming"]