From 8228974c0c39f7c5336e9666b5b029b2faadc65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 18 Sep 2025 23:45:10 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.17 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a539bc6..68b9b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.17 (2025/09/18) + +### Bug Fixes + +- **api:** Prevent duplicate notifications for existing transactions during sync. ([25747d7d](https://github.com/elisiariocouto/leggen/commit/25747d7d372e291090764a6814f9d8d0b76aea3b)) + + +### Miscellaneous Tasks + +- Format files. ([848eccb3](https://github.com/elisiariocouto/leggen/commit/848eccb35b910c8121d15611547dca8da0b12756)) + + + +## 2025.9.17 (2025/09/18) + +### Bug Fixes + +- **api:** Prevent duplicate notifications for existing transactions during sync. ([25747d7d](https://github.com/elisiariocouto/leggen/commit/25747d7d372e291090764a6814f9d8d0b76aea3b)) + + +### Miscellaneous Tasks + +- Format files. ([848eccb3](https://github.com/elisiariocouto/leggen/commit/848eccb35b910c8121d15611547dca8da0b12756)) + + + ## 2025.9.16 (2025/09/18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5fc643e..c77b83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.16" +version = "2025.9.17" 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 f9597db..1084d6b 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.16" +version = "2025.9.17" source = { editable = "." } dependencies = [ { name = "apscheduler" },