Skip to content

Commit

Permalink
chore(python): Release 0.29.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Feb 8, 2025
1 parent 8c072cb commit f6a4048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion crates/jsonschema-py/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.29.1] - 2025-02-08

### Packaging

- Fix missing source distribution.

## [0.29.0] - 2025-02-08

### Added
Expand Down Expand Up @@ -630,7 +636,8 @@
## 0.1.0 - 2020-06-09
- Initial public release

[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.1...HEAD
[0.29.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...python-v0.29.1
[0.29.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.3...python-v0.29.0
[0.28.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.2...python-v0.28.3
[0.28.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...python-v0.28.2
Expand Down
2 changes: 1 addition & 1 deletion crates/jsonschema-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonschema-py"
version = "0.29.0"
version = "0.29.1"
description = "A high-performance JSON Schema validator for Python"
keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
Expand Down

0 comments on commit f6a4048

Please sign in to comment.