Skip to content

Commit

Permalink
[OpenDataServices/cove#895] Add CHANGELOG entry, and prepare 0.11.0 r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
Bjwebb committed Oct 8, 2019
1 parent 374a4cf commit a33806a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.11.0] - 2019-10-02

### Added

- Return specific validation errors for `oneOf` in OCDS records, by using the presence/absence of `id` to assume embedded/linked releases sub-schema. Only works for OCDS records. [cove#895](https://github.com/OpenDataServices/cove/issues/895)
- Add an `assumption` key to the validation JSON, to flag when one of the above assumptions has been made. [cove#895](https://github.com/OpenDataServices/cove/issues/895)

## [0.10.0] - 2019-09-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='libcove',
version='0.10.0',
version='0.11.0',
author='Open Data Services',
author_email='[email protected]',
url='https://github.com/OpenDataServices/lib-cove',
Expand Down

0 comments on commit a33806a

Please sign in to comment.