diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-01 11:37:53 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-01 11:37:53 +0200 |
| commit | 4588f4bf54ae6eefd7a75904d81ce2256afb805d (patch) | |
| tree | dade60deaee537480b4f6101c4fd6571dc1a69a1 /firefly_cli/__init__.py | |
| parent | 238a4506cfeda388d097265b133004b63f130de6 (diff) | |
| download | firefly-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 'firefly_cli/__init__.py')
| -rw-r--r-- | firefly_cli/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefly_cli/__init__.py b/firefly_cli/__init__.py index b7a8764..4b170ef 100644 --- a/firefly_cli/__init__.py +++ b/firefly_cli/__init__.py @@ -2,4 +2,4 @@ # Copyright (C) 2026 Danilo M. <danix@danix.xyz> # Licensed under the GNU General Public License v2.0 only. -__version__ = "0.3.4" +__version__ = "0.3.5" |
