diff --git a/crates/jsonschema-py/CHANGELOG.md b/crates/jsonschema-py/CHANGELOG.md index f10488b9..6b1aa653 100644 --- a/crates/jsonschema-py/CHANGELOG.md +++ b/crates/jsonschema-py/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.22.2] - 2024-10-04 + ### Fixed - ECMAScript 262 regex support. @@ -460,7 +462,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.1...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.2...HEAD +[0.22.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.1...python-v0.22.2 [0.22.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.0...python-v0.22.1 [0.22.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.21.0...python-v0.22.0 [0.21.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.20.0...python-v0.21.0 diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index a343662c..dc9ef34e 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-py" -version = "0.22.1" +version = "0.22.2" description = "A high-performance JSON Schema validator for Python" keywords = ["jsonschema", "validation"] categories = ["web-programming"]