diff --git a/CHANGELOG.md b/CHANGELOG.md index 994c1ad..cf446da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2026-07-16 + +### Summary + +Add QueueRepositoryInterface with memory and file-backed adapters + +### Changed + +- ac82f71 Merge pull request '[minor] Add QueueRepositoryInterface with memory and file-backed adapters' (#62) from cursor/queue-adapters into main +- 24d5ea1 Apply Prettier formatting to README and CHANGELOG. +- b8d8176 Align changelog section headings with Prettier markdown spacing. +- a78320b Move queue helper functions to staticmethods on their adapters. +- 1822d88 Apply ruff formatting to queue adapter and tests. +- 4f58c32 Add QueueRepositoryInterface with memory and file-backed adapters. +- 88ea7f0 Merge pull request 'chore(deps): update dependencies' (#61) from renovate/auto-deps-update into main +- 2b5718b chore(deps): update dependencies [automated] + ## [2.2.0] - 2026-07-12 ### Summary diff --git a/pyproject.toml b/pyproject.toml index 5b58f0c..ca7dee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-repositories" -version = "2.2.0" +version = "2.3.0" description = "Various python repository interfaces exposed as a python package." authors = [ { name = "Brian Bjarke Jensen", email = "schnitzelen@gmail.com" } diff --git a/uv.lock b/uv.lock index 3183825..7c3dc26 100644 --- a/uv.lock +++ b/uv.lock @@ -1141,7 +1141,7 @@ wheels = [ [[package]] name = "python-repositories" -version = "2.2.0" +version = "2.3.0" source = { editable = "." } dependencies = [ { name = "python-dotenv" },