From 1e6ebb1d7d0a3c9386b20eacc409031b192b4ca4 Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Thu, 22 Aug 2019 17:26:16 +1000 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 12 +++++++++++- optparse-applicative.cabal | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90626932..c50e1254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal index 3c052385..3aeaffb7 100644 --- a/optparse-applicative.cabal +++ b/optparse-applicative.cabal @@ -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