From 73fffe2e6f359b302b72b1f3740a08e471a31acc Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Jul 2026 18:02:48 +0200 Subject: feat: budget management group + tx add --budget (v0.4.0) New budget group: list, create, delete, enable, disable, limit-list, limit-set. Budgets resolve by name or id (must pre-exist, not auto-created). tx add --budget assigns a budget to the transaction. budget list and limit-set default to the current calendar month. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ae35bd7..0d1f7e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "firefly-iii-agent" -version = "0.3.8" +version = "0.4.0" description = "CLI tool for agent interaction with Firefly III" readme = "README.md" requires-python = ">=3.11" -- cgit v1.2.3