Skip to content

Commit

Permalink
Update cabal file and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Nov 20, 2020
1 parent b22a539 commit eb3a96b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 0.16.1.0 (21 Nov 2020)

- Guard `process` dependency behind an on by default flag.
This allows one to shrink the dependency tree significantly
by turning off the ability to use bash completion actions.

- Remove `bytestring` dependency from the test suite.

## Version 0.16.0.0 (14 Aug 2020)

- Add `Options.Applicative.NonEmpty.some1` function, which
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.0.0
version: 0.16.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 eb3a96b

Please sign in to comment.