diff --git a/CHANGES.md b/CHANGES.md index 9bc246f3c..2acdfa02a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ General/project-related changes in the hledger project. For package-specific changes, see the package changelogs. -# 1c4d7aa8 +# 1.18 2020-06-07 - new example scripts: diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 8aad37435..fd3d0751c 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -50,7 +50,7 @@ HERE HLEDGER_INSTALL_TOOL=hledger-install.sh # this script's version -HLEDGER_INSTALL_VERSION=20200606 +HLEDGER_INSTALL_VERSION=20200607 # stackage snapshot to use when installing with stack. # You can try specifying a different stackage version here, or diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 0c457beac..c4174feb6 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,7 +1,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# 1.18 2020-06-06 +# 1.18 2020-06-07 - added: getHledgerCliOpts', takes an explicit argument list diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index b5258f607..06de52fe9 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,7 +1,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 1.18 2020-06-06 +# 1.18 2020-06-07 - builds with hledger 1.18 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 3565734d0..9a0fe529b 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,7 +1,7 @@ User-visible changes in hledger-web. See also the hledger changelog. -# 1.18 2020-06-06 +# 1.18 2020-06-07 - Hyperlinks are now more robust when there are multiple journal files, eg links from register to journal now work properly. (#1041) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7e415d0b7..12ad19581 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,7 +1,7 @@ User-visible changes in the hledger command line tool and library. -# 1.18 2020-06-06 +# 1.18 2020-06-07 ## General