Skip to content

Commit

Permalink
bump: version 29.0.0 → 29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Dec 20, 2024
1 parent 27b4adf commit 7d99192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.

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

## Unreleased
## v29.0.1 (2024-12-20)

### Fix

- **Identifiers**: preferred identifier now correctly handles case where there are none of type
- **Identifiers**: fix case where unpacking unknown identifier type would raise an exception
- **deps**: update dependency mypy-boto3-s3 to v1.35.81
- **deps**: update dependency boto3 to v1.35.82

## v29.0.0 (2024-12-18)

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 = "29.0.0"
version = "29.0.1"
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 7d99192

Please sign in to comment.