From 6bf900c58f81f6dd150241d62ab0b2eb0aae2264 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 30 Aug 2022 19:27:20 +0100 Subject: [PATCH] Release hunit-dejafu-2.0.0.6 --- README.markdown | 2 +- doc/getting_started.rst | 2 +- hunit-dejafu/CHANGELOG.rst | 7 +++++-- hunit-dejafu/hunit-dejafu.cabal | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 8fef148..8a85190 100644 --- a/README.markdown +++ b/README.markdown @@ -44,7 +44,7 @@ There are a few different packages under the Déjà Fu umbrella: | - | ------- | ------- | | [concurrency][h:conc] | 1.11.0.2 | Typeclasses, functions, and data types for concurrency and STM. | | [dejafu][h:dejafu] | 2.4.0.4 | Systematic testing for Haskell concurrency. | -| [hunit-dejafu][h:hunit] | 2.0.0.5 | Deja Fu support for the HUnit test framework. | +| [hunit-dejafu][h:hunit] | 2.0.0.6 | Deja Fu support for the HUnit test framework. | | [tasty-dejafu][h:tasty] | 2.0.0.8 | Deja Fu support for the Tasty test framework. | Each package has its own README and CHANGELOG in its subdirectory. diff --git a/doc/getting_started.rst b/doc/getting_started.rst index f8fdf58..97569a3 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -29,7 +29,7 @@ There are a few different packages under the Déjà Fu umbrella: ":hackage:`concurrency`", "1.11.0.2", "Typeclasses, functions, and data types for concurrency and STM" ":hackage:`dejafu`", "2.4.0.4", "Systematic testing for Haskell concurrency" - ":hackage:`hunit-dejafu`", "2.0.0.5", "Déjà Fu support for the HUnit test framework" + ":hackage:`hunit-dejafu`", "2.0.0.6", "Déjà Fu support for the HUnit test framework" ":hackage:`tasty-dejafu`", "2.0.0.8", "Déjà Fu support for the tasty test framework" diff --git a/hunit-dejafu/CHANGELOG.rst b/hunit-dejafu/CHANGELOG.rst index 76c25c6..6022063 100644 --- a/hunit-dejafu/CHANGELOG.rst +++ b/hunit-dejafu/CHANGELOG.rst @@ -7,8 +7,11 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -unreleased ----------- +2.0.0.6 (2022-08-30) +-------------------- + +* Git: :tag:`hunit-dejafu-2.0.0.6` +* Hackage: :hackage:`hunit-dejafu-2.0.0.6` Fixed ~~~~~ diff --git a/hunit-dejafu/hunit-dejafu.cabal b/hunit-dejafu/hunit-dejafu.cabal index e35a83c..26be8e5 100755 --- a/hunit-dejafu/hunit-dejafu.cabal +++ b/hunit-dejafu/hunit-dejafu.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hunit-dejafu -version: 2.0.0.5 +version: 2.0.0.6 synopsis: Deja Fu support for the HUnit test framework. description: @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: hunit-dejafu-2.0.0.5 + tag: hunit-dejafu-2.0.0.6 library exposed-modules: Test.HUnit.DejaFu