diff --git a/README.markdown b/README.markdown index 9aaf2a4c..6d62c357 100644 --- a/README.markdown +++ b/README.markdown @@ -44,9 +44,9 @@ There are a few different packages under the Déjà Fu umbrella: | | Version | Summary | | - | ------- | ------- | | [concurrency][h:conc] | 1.11.0.3 | Typeclasses, functions, and data types for concurrency and STM. | -| [dejafu][h:dejafu] | 2.4.0.6 | Systematic testing for Haskell concurrency. | +| [dejafu][h:dejafu] | 2.4.0.7 | 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.1 | Deja Fu support for the Tasty test framework. | +| [tasty-dejafu][h:tasty] | 2.1.0.2 | Deja Fu support for the Tasty test framework. | See [the latest package documentation](https://dejafu.docs.barrucadu.co.uk/packages/). diff --git a/dejafu/CHANGELOG.rst b/dejafu/CHANGELOG.rst index d759cbf3..6a2b0ab8 100644 --- a/dejafu/CHANGELOG.rst +++ b/dejafu/CHANGELOG.rst @@ -7,8 +7,11 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -unreleased ----------- +2.4.0.7 (2025-01-06) +-------------------- + +* Git: :tag:`dejafu-2.4.0.7` +* Hackage: :hackage:`dejafu-2.4.0.7` Miscellaneous ~~~~~~~~~~~~~ diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index 7c109add..8084c254 100755 --- a/dejafu/dejafu.cabal +++ b/dejafu/dejafu.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dejafu -version: 2.4.0.6 +version: 2.4.0.7 synopsis: A library for unit-testing concurrent programs. description: @@ -33,7 +33,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: dejafu-2.4.0.6 + tag: dejafu-2.4.0.7 library exposed-modules: Test.DejaFu diff --git a/tasty-dejafu/CHANGELOG.rst b/tasty-dejafu/CHANGELOG.rst index ea7d7c67..f96356bb 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.2 (2025-01-06) +-------------------- + +* Git: :tag:`tasty-dejafu-2.1.0.2` +* Hackage: :hackage:`tasty-dejafu-2.1.0.2` Miscellaneous ~~~~~~~~~~~~~ diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index 621f738f..aa30ef6f 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.1 +version: 2.1.0.2 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.1 + tag: tasty-dejafu-2.1.0.2 library exposed-modules: Test.Tasty.DejaFu