From 0fd6b3f2bacc34c4ce79f6e40bd02047d8cdcb02 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 24 Dec 2024 16:31:24 +0100 Subject: [PATCH] chore(python): Release 0.27.1 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 c5132cb2..94be47c9 100644 --- a/crates/jsonschema-py/CHANGELOG.md +++ b/crates/jsonschema-py/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.27.1] - 2024-12-24 + ### Added - Extend `ValidationErrorKind` with error-specific context data. @@ -585,7 +587,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.1...HEAD +[0.27.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...python-v0.27.1 [0.27.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.26.1...python-v0.27.0 [0.26.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.26.0...python-v0.26.1 [0.26.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.25.1...python-v0.26.0 diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index 893f5a59..faf2f27d 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-py" -version = "0.27.0" +version = "0.27.1" description = "A high-performance JSON Schema validator for Python" keywords = ["jsonschema", "validation"] categories = ["web-programming"]