From 5a823d62f041d78f3f101b51e42a0e93e3f037df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Wed, 10 Sep 2025 23:37:08 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.6 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e774969..093ea15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## 2025.9.6 (2025/09/10) + +### Features + +- **db:** Migrate transactions table to composite primary key ([a00d6ce2](https://github.com/elisiariocouto/leggen/commit/a00d6ce2ce2c4a070e9fae56c0cea58b3aab6cec)) + + + +## 2025.9.6 (2025/09/10) + +### Features + +- **db:** Migrate transactions table to composite primary key ([a00d6ce2](https://github.com/elisiariocouto/leggen/commit/a00d6ce2ce2c4a070e9fae56c0cea58b3aab6cec)) + + + ## 2025.9.5 (2025/09/10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f873fb8..e454ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.5" +version = "2025.9.6" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.13.0" diff --git a/uv.lock b/uv.lock index 4b49e94..0ab88c9 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.5" +version = "2025.9.6" source = { editable = "." } dependencies = [ { name = "apscheduler" },