chore: release v2.3.0 [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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 = "[email protected]" }
|
||||
|
||||
Reference in New Issue
Block a user