Skip to content

Commit 2d366b0

Browse files
committed
chore(python): Release 0.40.3
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 682dc7c commit 2d366b0

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.40.3] - 2026-01-31
6+
57
### Added
68

79
- Pre-built wheels for `musllinux` (Alpine Linux) on `x86_64` and `aarch64`.
@@ -864,7 +866,8 @@
864866
## 0.1.0 - 2020-06-09
865867
- Initial public release
866868

867-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.2...HEAD
869+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.3...HEAD
870+
[0.40.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.2...python-v0.40.3
868871
[0.40.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.1...python-v0.40.2
869872
[0.40.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.0...python-v0.40.1
870873
[0.40.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.39.0...python-v0.40.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.40.2"
3+
version = "0.40.3"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)