Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Sep 12, 2019
1 parent 4e3e149 commit 1e6ebb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 0.15.1.0 (12 Sep 2019)

- Improve printing of brief descriptions for parsers.
Previously, the logical structure of the parser,
such as alternative groups and segments which must
be defined together, did not influence the layout of
the brief description. This could lead to some help
texts being difficult to read. Now, we use nesting
and forced line breaks to help improve readability.

## Version 0.15.0.0 (05 Jul 2019)

- Add support for GHC 8.8.1.
Expand All @@ -11,7 +21,7 @@
- Improve rendering of complex nested parse structures.
Previously, brackets and parenthesis did not respect
whether or not options had to be defined together.
Now the parse tree is more accurately represeted in
Now the parse tree is more accurately represented in
the help text.

- Add `helpLongEquals` modifier, which will change how
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.15.0.0
version: 0.15.1.0
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
Expand Down

0 comments on commit 1e6ebb1

Please sign in to comment.