Skip to content

Commit f6a4048

Browse files
committed
chore(python): Release 0.29.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 8c072cb commit f6a4048

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

crates/jsonschema-py/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.29.1] - 2025-02-08
6+
7+
### Packaging
8+
9+
- Fix missing source distribution.
10+
511
## [0.29.0] - 2025-02-08
612

713
### Added
@@ -630,7 +636,8 @@
630636
## 0.1.0 - 2020-06-09
631637
- Initial public release
632638

633-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...HEAD
639+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.1...HEAD
640+
[0.29.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...python-v0.29.1
634641
[0.29.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.3...python-v0.29.0
635642
[0.28.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.2...python-v0.28.3
636643
[0.28.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...python-v0.28.2

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

0 commit comments

Comments
 (0)