chore: release v2.3.0 [skip ci]

This commit is contained in:
CI Bot
2026-07-16 19:28:05 +00:00
parent ac82f71347
commit bcc81ca4d8
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -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