cli: note command docs omitted from 1.15, bump to 1.15.1

This commit is contained in:
Simon Michael 2019-09-02 12:26:48 -07:00
parent 08e011af37
commit 8148136e71
4 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
1.15 1.15.1

View File

@ -1,6 +1,10 @@
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# ebacb20b
- add commodities, descriptions, diff, notes, payees commands to manual
# 1.15 2019-09-01 # 1.15 2019-09-01
## General ## General

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs. m4_dnl m4 macro definitions used in this package's docs.
m4_dnl m4_dnl
m4_dnl Program version. Updated by make setversion. m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15}})m4_dnl m4_define({{_version_}}, {{1.15.1}})m4_dnl
m4_dnl m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{August 2019}})m4_dnl m4_define({{_monthyear_}}, {{September 2019}})m4_dnl

View File

@ -1,5 +1,5 @@
name: hledger name: hledger
version: 1.15 version: 1.15.1
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: | description: |
This is hledger's command-line interface. This is hledger's command-line interface.
@ -108,7 +108,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path - -optP-Wno-nonportable-include-path
dependencies: dependencies:
- hledger-lib >=1.15 && <1.16 - hledger-lib >=1.15.1 && <1.16
- ansi-terminal >=0.6.2.3 - ansi-terminal >=0.6.2.3
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- base-compat-batteries >=0.10.1 && <0.11 - base-compat-batteries >=0.10.1 && <0.11
@ -151,7 +151,7 @@ when:
- terminfo - terminfo
library: library:
cpp-options: -DVERSION="1.15" cpp-options: -DVERSION="1.15.1"
exposed-modules: exposed-modules:
- Hledger.Cli - Hledger.Cli
- Hledger.Cli.Main - Hledger.Cli.Main
@ -198,7 +198,7 @@ executables:
hledger: hledger:
source-dirs: app source-dirs: app
main: hledger-cli.hs main: hledger-cli.hs
cpp-options: -DVERSION="1.15" cpp-options: -DVERSION="1.15.1"
when: when:
- condition: flag(threaded) - condition: flag(threaded)
ghc-options: -threaded ghc-options: -threaded
@ -209,7 +209,7 @@ tests:
test: test:
source-dirs: test source-dirs: test
main: test.hs main: test.hs
cpp-options: -DVERSION="1.15" cpp-options: -DVERSION="1.15.1"
dependencies: dependencies:
- hledger - hledger
- test-framework - test-framework