Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release tasty-1.5.1, tasty-quickcheck-0.11, tasty-hunit-0.10.2 #420

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading