Skip to content

Commit c07b399

Browse files
committed
chore(python): Release 0.38.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent b95a9f2 commit c07b399

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.38.0] - 2025-12-24
6+
57
### Added
68

79
- `EmailOptions` for configuring `email` format validation.
@@ -807,7 +809,8 @@
807809
## 0.1.0 - 2020-06-09
808810
- Initial public release
809811

810-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.4...HEAD
812+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.38.0...HEAD
813+
[0.38.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.4...python-v0.38.0
811814
[0.37.4]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.3...python-v0.37.4
812815
[0.37.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.2...python-v0.37.3
813816
[0.37.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.1...python-v0.37.2

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

0 commit comments

Comments
 (0)