From e796fa7be48ac021384b0d30803b746588dc02f2 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Sun, 29 Mar 2026 10:18:17 -0700 Subject: [PATCH] =?UTF-8?q?Version=201.5.2=20=E2=86=92=201.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ optparse-generic.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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