From caa43e8eb016ad0d74da6aa52f55f8c046cc90fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 11 Sep 2025 14:26:40 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.7 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093ea15..5ae3639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ +## 2025.9.7 (2025/09/11) + +### Bug Fixes + +- Simplify notification settings and fix notification test on dashboard. ([91020e32](https://github.com/elisiariocouto/leggen/commit/91020e32ea836ee8af4aeaf5d49525c24b566aed)) + + +### Features + +- **frontend:** Implement TanStack Table for transactions view ([544527f2](https://github.com/elisiariocouto/leggen/commit/544527f28284fb9644bec6e721fa5da8ce10739f)) +- Improve transactions API pagination and search ([2d6800ef](https://github.com/elisiariocouto/leggen/commit/2d6800eff8e484d3d175225f94d854706584a773)) + + + +## 2025.9.7 (2025/09/11) + +### Bug Fixes + +- Simplify notification settings and fix notification test on dashboard. ([91020e32](https://github.com/elisiariocouto/leggen/commit/91020e32ea836ee8af4aeaf5d49525c24b566aed)) + + +### Features + +- **frontend:** Implement TanStack Table for transactions view ([544527f2](https://github.com/elisiariocouto/leggen/commit/544527f28284fb9644bec6e721fa5da8ce10739f)) +- Improve transactions API pagination and search ([2d6800ef](https://github.com/elisiariocouto/leggen/commit/2d6800eff8e484d3d175225f94d854706584a773)) + + + ## 2025.9.6 (2025/09/10) ### Features diff --git a/pyproject.toml b/pyproject.toml index e454ad7..399f9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.6" +version = "2025.9.7" 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 0ab88c9..463120b 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.6" +version = "2025.9.7" source = { editable = "." } dependencies = [ { name = "apscheduler" },