diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae320b9..282c5228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal index 5d27f3d0..732acd8e 100644 --- a/optparse-applicative.cabal +++ b/optparse-applicative.cabal @@ -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