Skip to content

Commit

Permalink
Release tasty-1.5.1, tasty-quickcheck-0.11, tasty-hunit-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jun 22, 2024
1 parent 89afe03 commit 298f69b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
2 changes: 1 addition & 1 deletion core/tasty.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hunit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Unreleased
Version 0.10.2
--------------

* Teach `testCaseSteps` to log progress
Expand Down
5 changes: 1 addition & 4 deletions hunit/tasty-hunit.cabal
Original file line number Diff line number Diff line change
@@ -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.
.
Expand Down
7 changes: 3 additions & 4 deletions quickcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).

Expand All @@ -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
Expand Down

0 comments on commit 298f69b

Please sign in to comment.