Skip to content

Commit bb6fa2d

Browse files
committed
chore(python): Release 0.32.1
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 7b0c32f commit bb6fa2d

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.32.1] - 2025-08-03
6+
57
### Changed
68

79
- Bump `fancy-regex` to `0.16`.
@@ -685,7 +687,8 @@
685687
## 0.1.0 - 2020-06-09
686688
- Initial public release
687689

688-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.32.0...HEAD
690+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.32.1...HEAD
691+
[0.32.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.32.0...python-v0.32.1
689692
[0.32.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.31.0...python-v0.32.0
690693
[0.31.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.30.0...python-v0.31.0
691694
[0.30.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.1...python-v0.30.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.32.0"
3+
version = "0.32.1"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)