diff --git a/CHANGELOG.md b/CHANGELOG.md index 293aeeb..e75d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.5.3 + +- [Link to code in documentation examples](https://github.com/Gabriella439/optparse-generic/pull/118) +- [Allow newer `optparse-applicative`](https://github.com/Gabriella439/optparse-generic/pull/116) +- [Allow newer `time`](https://github.com/Gabriella439/optparse-generic/pull/115) +- [Allow newer `text`, `bytestring`, and `filepath`](https://github.com/Gabriella439/optparse-generic/pull/113) + 1.5.2 * [Add support for `OsPath`](https://github.com/Gabriella439/optparse-generic/pull/111) diff --git a/optparse-generic.cabal b/optparse-generic.cabal index 11e6294..ad7ca23 100644 --- a/optparse-generic.cabal +++ b/optparse-generic.cabal @@ -1,5 +1,5 @@ Name: optparse-generic -Version: 1.5.2 +Version: 1.5.3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3