From 2a31820f8df7a3c202e23ccb8ea378b3b15d378f Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Tue, 26 Dec 2023 15:34:50 +0000 Subject: [PATCH] Release 0.4.2 --- CHANGELOG.md | 2 ++ package.yaml | 2 +- tasty-autocollect.cabal | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db2ab6..505bc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# v0.4.2 + * Add support for GHC 9.8 * Drop support for GHC 9.0 and 9.2 diff --git a/package.yaml b/package.yaml index 104519e..e506412 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: tasty-autocollect -version: 0.4.1 +version: 0.4.2 category: Testing synopsis: Autocollection of tasty tests. description: Autocollection of tasty tests. See README.md for more details. diff --git a/tasty-autocollect.cabal b/tasty-autocollect.cabal index 18aaddb..466c685 100644 --- a/tasty-autocollect.cabal +++ b/tasty-autocollect.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: tasty-autocollect -version: 0.4.1 +version: 0.4.2 synopsis: Autocollection of tasty tests. description: Autocollection of tasty tests. See README.md for more details. category: Testing