Skip to content

Commit aeb98b9

Browse files
committed
chore(python): Release 0.29.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 44e787f commit aeb98b9

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.29.0] - 2025-02-08
6+
57
### Added
68

79
- Added `Registry` class for schema reuse and reference resolution.
@@ -628,7 +630,8 @@
628630
## 0.1.0 - 2020-06-09
629631
- Initial public release
630632

631-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.3...HEAD
633+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...HEAD
634+
[0.29.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.3...python-v0.29.0
632635
[0.28.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.2...python-v0.28.3
633636
[0.28.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...python-v0.28.2
634637
[0.28.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.0...python-v0.28.1

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.28.3"
3+
version = "0.29.0"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)