Skip to content

Commit ff196ed

Browse files
committed
chore(python): Release 0.22.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent aa1540a commit ff196ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/jsonschema-py/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.22.1] - 2024-10-03
6+
57
### Fixed
68

79
- Removed `dbg!` macro.
@@ -450,7 +452,8 @@
450452
## 0.1.0 - 2020-06-09
451453
- Initial public release
452454

453-
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.0...HEAD
455+
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.1...HEAD
456+
[0.22.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.22.0...python-v0.22.1
454457
[0.22.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.21.0...python-v0.22.0
455458
[0.21.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.20.0...python-v0.21.0
456459
[0.20.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.1...python-v0.20.0

crates/jsonschema-py/Cargo.toml

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

0 commit comments

Comments
 (0)