From b32853e8fd914a9b1307595e09e60c609492e9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Mon, 6 Oct 2025 00:06:07 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.10.1 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f9247..8108940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ +## 2025.10.1 (2025/10/05) + +### Bug Fixes + +- **frontend:** Fix PWA caching system, remove prompts. ([1cd63731](https://github.com/elisiariocouto/leggen/commit/1cd63731a35a1c77a59d7ae1a898ad8f22e362e4)) + + +### Documentation + +- Improve documentation, add gif showing web app. ([0750c41b](https://github.com/elisiariocouto/leggen/commit/0750c41b7b6634900ec19b1701d58b06346028e3)) + + +### Refactor + +- **frontend:** Standardize button styling using shadcn Button component. ([38fddeb2](https://github.com/elisiariocouto/leggen/commit/38fddeb281588de41d8ff6292c1dd48443a059a4)) + + + ## 2025.10.0 (2025/10/01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2895589..3b0e0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.10.0" +version = "2025.10.1" 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 cc722ab..ee4e330 100644 --- a/uv.lock +++ b/uv.lock @@ -257,7 +257,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.10.0" +version = "2025.10.1" source = { editable = "." } dependencies = [ { name = "apscheduler" },