File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.7.0] - 2024-05-03
10
+
11
+ ### Changed
12
+
13
+ - Add custom loader to resolve urn: references schema files
14
+
15
+ ### Fixed
16
+
17
+ - Pin flake8<6 for linting
18
+ - Require lxml and defusedxml for tests
19
+ - myst-parser-version<0.18.0 removed from test matrix, as too old and massive dependency issues
20
+
9
21
## [ 0.6.1] - 2023-10-18
10
22
11
23
### Fixed
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'sphinxcontrib-opendataservices-jsonschema' ,
9
- version = '0.6.1 ' ,
9
+ version = '0.7.0 ' ,
10
10
url = 'https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema' ,
11
11
license = 'BSD' ,
12
12
author = 'Takeshi KOMIYA & Open Data Services Co-operative' ,
You can’t perform that action at this time.
0 commit comments