From 5eecc72219f3cc9061bee932d74e2d7b9d0188da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Sat, 22 Nov 2025 21:02:01 +0000 Subject: [PATCH] chore(ci): Bump version to 2025.11.0 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2f3ba..cd7f4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## 2025.11.0 (2025/11/22) + +### Bug Fixes + +- **frontend:** Apply iOS safe area insets to body element instead of individual components. ([d2bc179d](https://github.com/elisiariocouto/leggen/commit/d2bc179d5937172a01ebbfffd35e7617f0ac32af)) +- Fallback to internal_transaction_id when bank transactions do not have transaction_id. ([b1b348ba](https://github.com/elisiariocouto/leggen/commit/b1b348badb5d1ea9c01ef9ecab1003252165468c)) + + + ## 2025.10.2 (2025/10/06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a47df6d..ba73ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.10.2" +version = "2025.11.0" 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 6e66412..0212c7d 100644 --- a/uv.lock +++ b/uv.lock @@ -257,7 +257,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.10.2" +version = "2025.11.0" source = { editable = "." } dependencies = [ { name = "apscheduler" },