From 35139e53493ba8510e7226c9f33b596253880d92 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 24 Oct 2024 00:37:56 +0200 Subject: [PATCH] chore(python): Release 0.24.2 Signed-off-by: Dmitry Dygalo --- crates/jsonschema-py/CHANGELOG.md | 5 ++++- crates/jsonschema-py/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/crates/jsonschema-py/CHANGELOG.md b/crates/jsonschema-py/CHANGELOG.md index 3c27df51..e197272e 100644 --- a/crates/jsonschema-py/CHANGELOG.md +++ b/crates/jsonschema-py/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.24.2] - 2024-10-24 + ### Fixed - Infinite recursion in some cases. [#146](https://github.com/Stranger6667/jsonschema-rs/issues/146) @@ -517,7 +519,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.24.1...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.24.2...HEAD +[0.24.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.24.1...python-v0.24.2 [0.24.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.24.0...python-v0.24.1 [0.24.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.23.0...python-v0.24.0 [0.23.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.3...python-v0.23.0 diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index a51c2f60..f5158f9d 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-py" -version = "0.24.1" +version = "0.24.2" description = "A high-performance JSON Schema validator for Python" keywords = ["jsonschema", "validation"] categories = ["web-programming"]