Skip to content

Commit 3d043f5

Browse files
authored
Merge pull request #59 from OpenDataServices/release_0_7_0
Release 0.7.0
2 parents 0f31fad + 661ee6d commit 3d043f5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

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+
921
## [0.6.1] - 2023-10-18
1022

1123
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='sphinxcontrib-opendataservices-jsonschema',
9-
version='0.6.1',
9+
version='0.7.0',
1010
url='https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema',
1111
license='BSD',
1212
author='Takeshi KOMIYA & Open Data Services Co-operative',

0 commit comments

Comments
 (0)