Skip to content

Commit d2a67fb

Browse files
committed
Bump version to 0.13
1 parent 9276656 commit d2a67fb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog for [hledger-flow](https://github.com/apauley/hledger-flow)
22

3+
## 0.13.0
4+
5+
- Add an experimental rundir option for imports
6+
7+
The experimental rundir is an attempt to restrict hledger-flow into processing just a subset of files, primarily to quickly get feedback/failures while adding new accounts to an existing set of accounts.
8+
9+
The use case has been described in [issue 64](https://github.com/apauley/hledger-flow/issues/64).
10+
11+
It is experimental, because the only problem it currently solves is getting hledger-flow to fail fast.
12+
One of the current side effects of doing so is that the generated include files are then written to only
13+
include the subset of files that were processed.
14+
15+
But as soon as you do a full run again, the include files will be correctly re-generated as before.
16+
317
## 0.12.4.0
418

519
- Update usage of hledger to reflect updated command-line flags of hledger version 1.15

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hledger-flow
2-
version: 0.12.4.0
2+
version: 0.13.0.0
33
synopsis: An hledger workflow focusing on automated statement import and classification.
44
category: Finance, Console
55
license: GPL-3

0 commit comments

Comments
 (0)