Skip to content

Commit 2dc7fb0

Browse files
committed
chore(python): Release 0.45.1
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 2ef12bd commit 2dc7fb0

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.45.1] - 2026-04-06
6+
57
### Fixed
68

79
- Incorrect handling of `multipleOf` validation for negative numeric instances.
@@ -974,7 +976,8 @@
974976
## 0.1.0 - 2020-06-09
975977
- Initial public release
976978

977-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.45.0...HEAD
979+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.45.1...HEAD
980+
[0.45.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.45.0...python-v0.45.1
978981
[0.45.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.44.1...python-v0.45.0
979982
[0.44.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.44.0...python-v0.44.1
980983
[0.44.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.43.0...python-v0.44.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.45.0"
3+
version = "0.45.1"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)