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.28.2] - 2025-01-22
6
+
5
7
### Fixed
6
8
7
9
- Resolving external references that nested inside local references. [ #671 ] ( https://github.com/Stranger6667/jsonschema/issues/671 )
608
610
## 0.1.0 - 2020-06-09
609
611
- Initial public release
610
612
611
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...HEAD
613
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.28.2...HEAD
614
+ [ 0.28.2 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.28.1...python-v0.28.2
612
615
[ 0.28.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.28.0...python-v0.28.1
613
616
[ 0.28.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.27.1...python-v0.28.0
614
617
[ 0.27.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.27.0...python-v0.27.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-py"
3
- version = " 0.28.1 "
3
+ version = " 0.28.2 "
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