Skip to content

Commit 31bad1a

Browse files
committed
chore(python): Release 0.40.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent e5f0364 commit 31bad1a

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.2] - 2026-01-30
6+
57
### Changed
68

79
- Switch HTTP client TLS crypto backend from `aws-lc-rs` to `ring` to fix import errors when building from source on some Linux distributions. [#957](https://github.com/Stranger6667/jsonschema/issues/957)
@@ -858,7 +860,8 @@
858860
## 0.1.0 - 2020-06-09
859861
- Initial public release
860862

861-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.1...HEAD
863+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.2...HEAD
864+
[0.40.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.1...python-v0.40.2
862865
[0.40.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.40.0...python-v0.40.1
863866
[0.40.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.39.0...python-v0.40.0
864867
[0.39.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.38.1...python-v0.39.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.1"
3+
version = "0.40.2"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)