Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and pyproject.toml version for release 15.0.0 #388

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]

## [Release 15.0.0]

- Changed `is_failure` to rely on `failed_to_parse`, rather than `failure` in the URI.

- Added `transformation_datetime` to `Document`
- Added `enrichment_datetime` to `Document`
- Added `get_manifestation_datetimes` to `Document`
- Added `get_latest_manifestation_datetime` to `Document`
- Added `versions_as_documents` to `Document`
- Added `is_version` to `Document`
- Added `version_number` to `Document`

## [Release 14.1.0]

- Add default user agent string
Expand Down Expand Up @@ -294,7 +308,9 @@ 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/v14.0.2...HEAD
[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.0.0...HEAD
[Release 15.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.1.0...v15.0.0
[Release 14.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.0.2...v14.1.0
[Release 14.0.2]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.0.1...v14.0.2
[Release 14.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.0.0...v14.0.1
[Release 14.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v13.2.1...v14.0.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 = "14.1.0"
version = "15.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