File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.27.1] - 2024-12-24
6
+
5
7
### Added
6
8
7
9
- Extend ` ValidationErrorKind ` with error-specific context data.
585
587
## 0.1.0 - 2020-06-09
586
588
- Initial public release
587
589
588
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...HEAD
590
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.27.1...HEAD
591
+ [ 0.27.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...python-v0.27.1
589
592
[ 0.27.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.26.1...python-v0.27.0
590
593
[ 0.26.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.26.0...python-v0.26.1
591
594
[ 0.26.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.25.1...python-v0.26.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-py"
3
- version = " 0.27.0 "
3
+ version = " 0.27.1 "
4
4
description = " A high-performance JSON Schema validator for Python"
5
5
keywords = [" jsonschema" , " validation" ]
6
6
categories = [" web-programming" ]
You can’t perform that action at this time.
0 commit comments