Merge pull request #322 from pcapriotti/topic/prepare-release

Prepare for release
This commit is contained in:
Huw Campbell 2018-10-04 11:19:44 +10:00 committed by GitHub
commit 5e377c0c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## Version 0.14.3.0 (03 Oct 2018)
- Updated dependency bounds.
- Fix tab completion with Commands being unreachable.
- Clean ups and Documentation.
## Version 0.14.2.0 (26 Feb 2018)
- Updated dependency bounds.

View File

@ -1,5 +1,5 @@
name: optparse-applicative
version: 0.14.2.0
version: 0.14.3.0
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options