Releases: apauley/hledger-flow
Releases · apauley/hledger-flow
Pre-release version 0.11.1.2
- Exit when any external script fails - #28
v0.11.1.1-beta
v0.11.1.0-beta
- Create statically linked executables on Linux - https://github.com/apauley/hledger-flow/releases
- Add an option to disable parallel processing
- Log the exit status of shell commands.
- Upgrade to LTS 13.16 for GHC 8.6.4.
Version 0.11
Rename hledger-makeitso to hledger-flow
Version 0.10
- Add a
version
subcommand.
Create issue #15 to change it into a--version
flag later. - Fix a minor issue where yearly include files were generated at the top-level
of the directtory structure, even though the same content was available in the
import
directory.
The top-levelall-years.journal
now just includes the years within the
import
directory. - Upgrade to LTS 13.15 for GHC 8.6.4
- Add CircleCI and TravisCI build instructions. Switch the README.org to a
README.md in order to better support CI status badges.