Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcc81ca4d8 |
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [2.2.0] - 2026-07-12
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "python-repositories"
|
name = "python-repositories"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
description = "Various python repository interfaces exposed as a python package."
|
description = "Various python repository interfaces exposed as a python package."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Brian Bjarke Jensen", email = "[email protected]" }
|
{ name = "Brian Bjarke Jensen", email = "[email protected]" }
|
||||||
|
|||||||
@@ -1141,7 +1141,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-repositories"
|
name = "python-repositories"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "python-dotenv" },
|
{ name = "python-dotenv" },
|
||||||
|
|||||||
Reference in New Issue
Block a user