From 0c030efef2e09553e0817fe1ebd8d5ca159d16e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 11 Sep 2025 18:50:09 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.8 --- 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 5ae3639..380a616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.8 (2025/09/11) + +### Bug Fixes + +- Change branch name from develop to dev in CI workflow ([f4bf549b](https://github.com/elisiariocouto/leggen/commit/f4bf549b99197d70104abf5731ab1ccb67cc9a69)) + + +### Features + +- Update CI workflow to use Node.js 20 instead of 18 ([e4e04ea3](https://github.com/elisiariocouto/leggen/commit/e4e04ea34ea568c08292562243b6e6c08234d918)) + + + +## 2025.9.8 (2025/09/11) + +### Bug Fixes + +- Change branch name from develop to dev in CI workflow ([f4bf549b](https://github.com/elisiariocouto/leggen/commit/f4bf549b99197d70104abf5731ab1ccb67cc9a69)) + + +### Features + +- Update CI workflow to use Node.js 20 instead of 18 ([e4e04ea3](https://github.com/elisiariocouto/leggen/commit/e4e04ea34ea568c08292562243b6e6c08234d918)) + + + ## 2025.9.7 (2025/09/11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 399f9b6..5b76243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.7" +version = "2025.9.8" 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 463120b..b48ad86 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.7" +version = "2025.9.8" source = { editable = "." } dependencies = [ { name = "apscheduler" },