Skip to content

Commit 0fd6b3f

Browse files
committed
chore(python): Release 0.27.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c7eb9bc commit 0fd6b3f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/jsonschema-py/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.27.1] - 2024-12-24
6+
57
### Added
68

79
- Extend `ValidationErrorKind` with error-specific context data.
@@ -585,7 +587,8 @@
585587
## 0.1.0 - 2020-06-09
586588
- Initial public release
587589

588-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...HEAD
590+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.1...HEAD
591+
[0.27.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...python-v0.27.1
589592
[0.27.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.26.1...python-v0.27.0
590593
[0.26.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.26.0...python-v0.26.1
591594
[0.26.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.25.1...python-v0.26.0

crates/jsonschema-py/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonschema-py"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)