Compare commits

...
Author SHA1 Message Date
CI Bot bcc81ca4d8 chore: release v2.3.0 [skip ci] 2026-07-16 19:28:05 +00:00
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
+1 -1
View File
@@ -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]" }
Generated
+1 -1
View File
@@ -1141,7 +1141,7 @@ wheels = [
[[package]]
name = "python-repositories"
version = "2.2.0"
version = "2.3.0"
source = { editable = "." }
dependencies = [
{ name = "python-dotenv" },