aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-01 11:37:53 +0200
committerDanilo M. <danix@danix.xyz>2026-07-01 11:37:53 +0200
commit4588f4bf54ae6eefd7a75904d81ce2256afb805d (patch)
treedade60deaee537480b4f6101c4fd6571dc1a69a1 /pyproject.toml
parent238a4506cfeda388d097265b133004b63f130de6 (diff)
downloadfirefly-cli-4588f4bf54ae6eefd7a75904d81ce2256afb805d.tar.gz
firefly-cli-4588f4bf54ae6eefd7a75904d81ce2256afb805d.zip
feat: tx add echoes transfer direction to stderr (v0.3.5)v0.3.5
Transfers are easy to reverse silently (swapped --from/--to), showing up later as a 2x balance discrepancy (ISSUES.md #5). On a transfer, tx add now prints "transfer: <from> → <to>, <amount>" to stderr before writing, in both the real-write and --dry-run paths. stdout JSON and exit codes are unchanged, so the contract holds; PATCH bump. Withdrawals/deposits are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 91e78c0..7e1dbcd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "firefly-iii-agent"
-version = "0.3.4"
+version = "0.3.5"
description = "CLI tool for agent interaction with Firefly III"
readme = "README.md"
requires-python = ">=3.11"