Skip to content

Commit

Permalink
Merge pull request #445 from pcapriotti/topic/version-0.17.0.0
Browse files Browse the repository at this point in the history
Prepare version 0.17
  • Loading branch information
HuwCampbell authored Feb 1, 2022
2 parents 006e735 + 0dce55f commit d307e46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## Version 0.17.0.0 (1 Feb 2022)

- Make tabulation width configurable in usage texts.

Expand All @@ -7,6 +7,10 @@
- Add `helperWith` function, which can be easily used to
localize the help flag.

- Improve usage texts when command names are long.

- Improve Documentation.

## Version 0.16.1.0 (21 Nov 2020)

- Guard `process` dependency behind an on by default flag.
Expand Down
2 changes: 1 addition & 1 deletion optparse-applicative.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: optparse-applicative
version: 0.16.1.0
version: 0.17.0.0
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
Expand Down
2 changes: 1 addition & 1 deletion src/Options/Applicative/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data ParserPrefs = ParserPrefs
-- single space (default: False)
, prefHelpShowGlobal :: Bool -- ^ when displaying subparsers' usage help,
-- show parent options under a "global options"
-- section (default: True)
-- section (default: False)
, prefTabulateFill ::Int -- ^ Indentation width for tables
} deriving (Eq, Show)

Expand Down

0 comments on commit d307e46

Please sign in to comment.