Skip to content

Commit 12a5753

Browse files
committed
chore(python): Release 0.30.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c594c9d commit 12a5753

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.30.0] - 2025-04-16
6+
57
### Added
68

79
- `base_uri` keyword argument that allows for specifying a base URI for all relative references in the schema.
@@ -654,7 +656,8 @@
654656
## 0.1.0 - 2020-06-09
655657
- Initial public release
656658

657-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.1...HEAD
659+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.30.0...HEAD
660+
[0.30.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.1...python-v0.30.0
658661
[0.29.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.29.0...python-v0.29.1
659662
[0.29.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.3...python-v0.29.0
660663
[0.28.3]: https://github.com/Stranger6667/jsonschema/compare/python-v0.28.2...python-v0.28.3

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

0 commit comments

Comments
 (0)