chore(ci): Bump version to 2025.9.6

This commit is contained in:
Elisiário Couto
2025-09-10 23:37:08 +01:00
parent a00d6ce2ce
commit 5a823d62f0
3 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,20 @@
## 2025.9.6 (2025/09/10)
### Features
- **db:** Migrate transactions table to composite primary key ([a00d6ce2](https://github.com/elisiariocouto/leggen/commit/a00d6ce2ce2c4a070e9fae56c0cea58b3aab6cec))
## 2025.9.6 (2025/09/10)
### Features
- **db:** Migrate transactions table to composite primary key ([a00d6ce2](https://github.com/elisiariocouto/leggen/commit/a00d6ce2ce2c4a070e9fae56c0cea58b3aab6cec))
## 2025.9.5 (2025/09/10)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
[project]
name = "leggen"
version = "2025.9.5"
version = "2025.9.6"
description = "An Open Banking CLI"
authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }]
requires-python = "~=3.13.0"

2
uv.lock generated
View File

@@ -220,7 +220,7 @@ wheels = [
[[package]]
name = "leggen"
version = "2025.9.5"
version = "2025.9.6"
source = { editable = "." }
dependencies = [
{ name = "apscheduler" },