diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b80fa53..9fe3c0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## Version 0.9.1 (23 Jul 2014) +## Version 0.9.1.1 (31 Jul 2014) + +- Fixed bugs + * \#97 - Version 0.9.1 fails test suite + +## Version 0.9.1 (30 Jul 2014) - Documentation tweaks. diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal index f2472944..a18dbf4c 100644 --- a/optparse-applicative.cabal +++ b/optparse-applicative.cabal @@ -1,5 +1,5 @@ name: optparse-applicative -version: 0.9.1 +version: 0.9.1.1 synopsis: Utilities and combinators for parsing command line options description: Here is a simple example of an applicative option parser: @@ -84,6 +84,7 @@ extra-source-files: CHANGELOG.md tests/hello.err.txt tests/formatting.err.txt tests/nested.err.txt + tests/subparsers.err.txt homepage: https://github.com/pcapriotti/optparse-applicative bug-reports: https://github.com/pcapriotti/optparse-applicative/issues