From 29b37f0a30e08f8867a4db74a803904a52c71fd3 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 31 Dec 2024 12:15:53 +0100 Subject: [PATCH] chore(python): Release 0.28.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 37fd30a1..0dd56b45 100644 --- a/crates/jsonschema-py/CHANGELOG.md +++ b/crates/jsonschema-py/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.28.1] - 2024-12-31 + ### Fixed - Handle fragment references within `$id`-anchored subschemas. [#640](https://github.com/Stranger6667/jsonschema/issues/640) @@ -597,7 +599,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.0...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...HEAD +[0.28.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.0...python-v0.28.1 [0.28.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.1...python-v0.28.0 [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 diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index 43896d66..bb574233 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-py" -version = "0.28.0" +version = "0.28.1" description = "A high-performance JSON Schema validator for Python" keywords = ["jsonschema", "validation"] categories = ["web-programming"]