diff --git a/README.markdown b/README.markdown index 17dc0f3..d11a2e6 100644 --- a/README.markdown +++ b/README.markdown @@ -45,7 +45,7 @@ There are a few different packages under the Déjà Fu umbrella: | [concurrency][h:conc] | 1.11.0.3 | Typeclasses, functions, and data types for concurrency and STM. | | [dejafu][h:dejafu] | 2.4.0.5 | Systematic testing for Haskell concurrency. | | [hunit-dejafu][h:hunit] | 2.0.0.6 | Deja Fu support for the HUnit test framework. | -| [tasty-dejafu][h:tasty] | 2.1.0.0 | Deja Fu support for the Tasty test framework. | +| [tasty-dejafu][h:tasty] | 2.1.0.1 | 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 f3c5d54..335bc7f 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -30,7 +30,7 @@ There are a few different packages under the Déjà Fu umbrella: ":hackage:`concurrency`", "1.11.0.3", "Typeclasses, functions, and data types for concurrency and STM" ":hackage:`dejafu`", "2.4.0.5", "Systematic testing for Haskell concurrency" ":hackage:`hunit-dejafu`", "2.0.0.6", "Déjà Fu support for the HUnit test framework" - ":hackage:`tasty-dejafu`", "2.1.0.0", "Déjà Fu support for the tasty test framework" + ":hackage:`tasty-dejafu`", "2.1.0.1", "Déjà Fu support for the tasty test framework" Installation diff --git a/tasty-dejafu/CHANGELOG.rst b/tasty-dejafu/CHANGELOG.rst index 7323c61..2a76914 100644 --- a/tasty-dejafu/CHANGELOG.rst +++ b/tasty-dejafu/CHANGELOG.rst @@ -7,8 +7,11 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -unreleased ----------- +2.1.0.1 (2023-09-11) +-------------------- + +* Git: :tag:`tasty-dejafu-2.1.0.1` +* Hackage: :hackage:`tasty-dejafu-2.1.0.1` Miscellaneous ~~~~~~~~~~~~~ diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index 0d84a27..8637458 100755 --- a/tasty-dejafu/tasty-dejafu.cabal +++ b/tasty-dejafu/tasty-dejafu.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-dejafu -version: 2.1.0.0 +version: 2.1.0.1 synopsis: Deja Fu support for the Tasty test framework. description: @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: tasty-dejafu-2.1.0.0 + tag: tasty-dejafu-2.1.0.1 library exposed-modules: Test.Tasty.DejaFu