From eb3a96ba8d14b62bf81dd06a1e1c8ec0cb5e799d Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Thu, 19 Nov 2020 10:53:01 +1100 Subject: [PATCH] Update cabal file and changelog --- CHANGELOG.md | 8 ++++++++ optparse-applicative.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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