From 02c4f5c6efc18427b677a2ed0df0f27c363e9f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 18 Sep 2025 11:49:36 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.14 --- 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 c26773d..de706cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.14 (2025/09/18) + +### Bug Fixes + +- **config:** Remove aliases for configuration keys that were disabling telegram notifications in some cases. ([61442a59](https://github.com/elisiariocouto/leggen/commit/61442a598fa7f38c568e3df7e1d924ed85df7491)) + + +### Miscellaneous Tasks + +- **ci:** Prevent double GitHub Actions runs on new releases. ([30d7c2ed](https://github.com/elisiariocouto/leggen/commit/30d7c2ed4e9aff144837a1f0ed67a8ded0b5d72a)) + + + +## 2025.9.14 (2025/09/18) + +### Bug Fixes + +- **config:** Remove aliases for configuration keys that were disabling telegram notifications in some cases. ([61442a59](https://github.com/elisiariocouto/leggen/commit/61442a598fa7f38c568e3df7e1d924ed85df7491)) + + +### Miscellaneous Tasks + +- **ci:** Prevent double GitHub Actions runs on new releases. ([30d7c2ed](https://github.com/elisiariocouto/leggen/commit/30d7c2ed4e9aff144837a1f0ed67a8ded0b5d72a)) + + + ## 2025.9.13 (2025/09/17) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 03afa5d..55fcdce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.13" +version = "2025.9.14" 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 c34bd2c..311b310 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.13" +version = "2025.9.14" source = { editable = "." } dependencies = [ { name = "apscheduler" },