diff --git a/quickcheck/CHANGELOG.md b/quickcheck/CHANGELOG.md index 3353bba5..13897a42 100644 --- a/quickcheck/CHANGELOG.md +++ b/quickcheck/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +Version 0.10.3 +-------------- + +* Print quickcheck progress using tasty progress reporting. + + Version 0.10.2 -------------- diff --git a/quickcheck/tasty-quickcheck.cabal b/quickcheck/tasty-quickcheck.cabal index 824c7c7d..a0ac60a4 100644 --- a/quickcheck/tasty-quickcheck.cabal +++ b/quickcheck/tasty-quickcheck.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-quickcheck -version: 0.10.2 +version: 0.10.3 synopsis: QuickCheck support for the Tasty test framework. description: QuickCheck support for the Tasty test framework. license: MIT