Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6538f9e91 | ||
|
|
b37b2e6e50 |
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.2.0] - 2026-07-12
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
Add Postgres table adapter with TableRepositoryInterface
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- b37b2e6 Merge pull request '[minor] Add Postgres table adapter with TableRepositoryInterface' (#58) from cursor/postgres-table-adapter into main
|
||||||
|
- 1babb52 Apply ruff formatting to postgres adapter and tests.
|
||||||
|
- 63ee17d Apply prettier formatting to README and CHANGELOG.
|
||||||
|
- 2e38bd2 Fix ruff import ordering in postgres test files.
|
||||||
|
- dc6f8a3 Add Postgres table adapter with TableRepositoryInterface.
|
||||||
|
|
||||||
## [2.1.0] - 2026-07-11
|
## [2.1.0] - 2026-07-11
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "python-repositories"
|
name = "python-repositories"
|
||||||
version = "2.1.0"
|
version = "2.2.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]" }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 3
|
revision = 2
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.15'",
|
"python_full_version >= '3.15'",
|
||||||
@@ -1114,7 +1114,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-repositories"
|
name = "python-repositories"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "python-dotenv" },
|
{ name = "python-dotenv" },
|
||||||
|
|||||||
Reference in New Issue
Block a user