Skip to content

Commit

Permalink
version bump - v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 5, 2023
1 parent 6deec72 commit dc7dce6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]

## [Release 1.1.0]

- Add `display_heading` property to CourtGroups to determine if they are displayed in the PUI as groups.
- Add `get_selectable_groups` method to CourtsRepository to get all selectable courts, grouped.

## [Release 1.0.2]

- Add JSON Schema to validate courts data
Expand Down Expand Up @@ -80,7 +85,8 @@ The format is based on [Keep a Changelog 1.0.0].

- Initial tagged release

[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.2...HEAD
[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.1.0...HEAD
[release 1.1.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.2...v1.1.0
[release 1.0.2]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.1...v1.0.2
[release 1.0.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.0...v1.0.1
[release 1.0.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v0.5.0...v1.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_utils"
version = "1.0.2"
version = "1.1.0"
description = "Utilities for the National Archives Caselaw project"
authors = ["Nick Jackson <[email protected]>", "David McKee <[email protected]>", "Tim Cowlishaw <[email protected]>", "Laura Porter <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dc7dce6

Please sign in to comment.