Skip to content

Commit

Permalink
Merge pull request #412 from nationalarchives/release/v16.0.0
Browse files Browse the repository at this point in the history
BREAKING: Release v16.0.0
  • Loading branch information
jacksonj04 authored Oct 4, 2023
2 parents efb4b0c + 1939fd4 commit b993fcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]

## [Release 16.0.0]

- New versions of a document created with `insert_document_xml` can now be annotated
- BREAKING: Renamed `save_judgment_xml` to `update_document_xml`
- BREAKING: All annotations for versions are now mandatory instances of the new `VersionAnnotation` class

## [Release 15.1.2
## [Release 15.1.2]
- Expose the creation date of a version

## [Release 15.1.1]
Expand Down Expand Up @@ -328,7 +330,8 @@ The format is based on [Keep a Changelog 1.0.0].
## [Release 1.0.5]
- Initial tagged release

[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.2...HEAD
[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v16.0.0...HEAD
[Release 15.1.2]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.2...v16.0.0
[Release 15.1.2]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.1...v15.1.2
[Release 15.1.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.0...v15.1.1
[Release 15.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.0.1...v15.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ds-caselaw-marklogic-api-client"
version = "15.1.2"
version = "16.0.0"
description = "An API client for interacting with the underlying data in Find Caselaw."
authors = ["The National Archives"]
homepage = "https://github.com/nationalarchives/ds-caselaw-custom-api-client"
Expand Down

0 comments on commit b993fcb

Please sign in to comment.