This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Releases: ebcrowder/rust_ledger
Releases · ebcrowder/rust_ledger
v0.8.0
v0.7.0
Parse and accept all ISO-4217 currencies
v0.6.0
Refactor CSV module - Refine account matching logic (no-op) - Handle debits and credits csv fields - Make required options explicit
v0.5.0
add nightly
v0.4.3
Update register header and readme
v0.4.2
Replace pargs with clap to parse args - includes README updates - maintains args in separate module
v0.4.1
add linux-gnu
Release 0.4.0
Release 0.3.1
Includes:
Release 0.3.0
Changelog:
- ledger file schema change for improved readability and maintainability
- refactored the core module logic into struct methods to reduce redundancy and improve logic organization
- add improved error handling and messaging
- substitute integration tests with unit tests
- use floating point types @dantuck
- use
monee
crate in register and balance modules @dantuck - split transactions (which informed the schema change named above) @dantuck