Skip to content

Commit 23a9118

Browse files
committed
chore(python): Release 0.44.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 5f74106 commit 23a9118

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.44.0] - 2026-03-02
6+
57
### Added
68

79
- `canonical.json.to_string(object)` for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.
@@ -954,7 +956,8 @@
954956
## 0.1.0 - 2020-06-09
955957
- Initial public release
956958

957-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.43.0...HEAD
959+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.44.0...HEAD
960+
[0.44.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.43.0...python-v0.44.0
958961
[0.43.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.42.2...python-v0.43.0
959962
[0.42.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.42.1...python-v0.42.2
960963
[0.42.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.42.0...python-v0.42.1

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.43.0"
3+
version = "0.44.0"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)