From e5e78bb4854a7190e32bec674cc3db1946fa462e Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 15 Jun 2024 16:32:29 +0100 Subject: [PATCH] Release tasty-1.5.1, tasty-quickcheck-0.11, tasty-hunit-0.10.2 --- core/CHANGELOG.md | 4 ++-- core/tasty.cabal | 2 +- hunit/CHANGELOG.md | 2 +- hunit/tasty-hunit.cabal | 5 +---- quickcheck/CHANGELOG.md | 7 +++---- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5762addd..7f34139d 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,10 +1,10 @@ Changes ======= -Unreleased +Version 1.5.1 -------------- -_YYYY-MM-DD_ +_2024-06-22_ * Performance improvements ([#389](https://github.com/UnkindPartition/tasty/pull/389), diff --git a/core/tasty.cabal b/core/tasty.cabal index c9495fd0..2b41a5a5 100644 --- a/core/tasty.cabal +++ b/core/tasty.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tasty -version: 1.5 +version: 1.5.1 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden diff --git a/hunit/CHANGELOG.md b/hunit/CHANGELOG.md index 0845d03f..d8ecdf35 100644 --- a/hunit/CHANGELOG.md +++ b/hunit/CHANGELOG.md @@ -1,7 +1,7 @@ Changes ======= -Unreleased +Version 0.10.2 -------------- * Teach `testCaseSteps` to log progress diff --git a/hunit/tasty-hunit.cabal b/hunit/tasty-hunit.cabal index e91d7537..3269a490 100644 --- a/hunit/tasty-hunit.cabal +++ b/hunit/tasty-hunit.cabal @@ -1,8 +1,5 @@ --- Initial tasty-hunit.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - name: tasty-hunit -version: 0.10.1 +version: 0.10.2 synopsis: HUnit support for the Tasty test framework. description: HUnit support for the Tasty test framework. . diff --git a/quickcheck/CHANGELOG.md b/quickcheck/CHANGELOG.md index d21bf38c..ddbd82c6 100644 --- a/quickcheck/CHANGELOG.md +++ b/quickcheck/CHANGELOG.md @@ -1,12 +1,11 @@ Changes ======= -Next Version ------------- - Version 0.11 -------------- +* Fix issues with QuickCheck progress reporting in the presence of `withMaxSuccess` + ([#419](https://github.com/UnkindPartition/tasty/pull/419)). * Produce seeds that run a single failing tests instead of reproducing all the earlier successes ([#410](https://github.com/UnkindPartition/tasty/pull/410)). @@ -24,7 +23,7 @@ Version 0.11 Version 0.10.3 -------------- -* Print Quickcheck progress using Tasty progress reporting. +* Print QuickCheck progress using Tasty progress reporting. ([#311](https://github.com/UnkindPartition/tasty/pull/311)). Version 0.10.2