Skip to content

Commit

Permalink
Bump version and Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed May 20, 2023
1 parent c9d7d70 commit 085602e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Unreleased
## Version 0.18.0.0 (21 May 2023)

- Move to 'prettyprinter` library for pretty printing.

This is a potentially breaking change when one uses the '*Doc' family of functions
(like `headerDoc`) from `Options.Applicative`. However, as versions of
'ansi-wl-pprint > 1.0' export a compatible `Doc` type, this can be mitigated.

One can also either import directly from `Options.Applicative.Help` or from the
`Prettyprinter` module of 'prettyprinter'.

- Export `helpIndent` from `Options.Applicative`.

Expand All @@ -15,6 +24,8 @@

- Improve documentation.

- Drop support for GHC 7.0 and 7.2.

## Version 0.17.0.0 (1 Feb 2022)

- Make tabulation width configurable in usage texts.
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.17.0.0
version: 0.18.0.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 085602e

Please sign in to comment.