Skip to content

Commit

Permalink
Merge pull request #448 from nationalarchives/release/v17.2.0
Browse files Browse the repository at this point in the history
Version bump: v17.2.0
  • Loading branch information
timcowlishaw authored Nov 9, 2023
2 parents f99030f + a9a0320 commit 9496a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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 17.2.0]
- `document.content_as_html` now takes an optional `query=` string parameter, which, when supplied, highlights instances of the query within the document with `<mark>` tags, each of which has a numbered id indicating its sequence in the document.
- `document.number_of_mentions` method which takes a `query=` string parameter, and returns the number of highlighted mentions in the html.

Expand Down Expand Up @@ -342,7 +344,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/v17.0.1...HEAD
[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.2.0...HEAD
[Release 17.2.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.1.0...v17.2.0
[Release 17.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.0.0...v17.1.0
[Release 17.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v16.0.0...v17.0.0
[Release 16.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.2...v16.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 = "17.1.0"
version = "17.2.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 9496a15

Please sign in to comment.