diff --git a/README.markdown b/README.markdown index 110486b..1232a83 100644 --- a/README.markdown +++ b/README.markdown @@ -43,7 +43,7 @@ There are a few different packages under the Déjà Fu umbrella: | | Version | Summary | | - | ------- | ------- | | [concurrency][h:conc] | 1.11.0.0 | Typeclasses, functions, and data types for concurrency and STM. | -| [dejafu][h:dejafu] | 2.4.0.0 | Systematic testing for Haskell concurrency. | +| [dejafu][h:dejafu] | 2.4.0.1 | Systematic testing for Haskell concurrency. | | [hunit-dejafu][h:hunit] | 2.0.0.4 | Deja Fu support for the HUnit test framework. | | [tasty-dejafu][h:tasty] | 2.0.0.7 | Deja Fu support for the Tasty test framework. | diff --git a/dejafu/CHANGELOG.rst b/dejafu/CHANGELOG.rst index 7702a04..5a8168f 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.1 (2020-12-28) +-------------------- + +* Git: :tag:`dejafu-2.4.0.1` +* Hackage: :hackage:`dejafu-2.4.0.1` Fixed ~~~~~ diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index 2646943..4500524 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.0 +version: 2.4.0.1 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.0 + tag: dejafu-2.4.0.1 library exposed-modules: Test.DejaFu diff --git a/doc/getting_started.rst b/doc/getting_started.rst index ecc714b..c5c2643 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -28,7 +28,7 @@ There are a few different packages under the Déjà Fu umbrella: :header: "Package", "Version", "Summary" ":hackage:`concurrency`", "1.11.0.0", "Typeclasses, functions, and data types for concurrency and STM" - ":hackage:`dejafu`", "2.4.0.0", "Systematic testing for Haskell concurrency" + ":hackage:`dejafu`", "2.4.0.1", "Systematic testing for Haskell concurrency" ":hackage:`hunit-dejafu`", "2.0.0.4", "Déjà Fu support for the HUnit test framework" ":hackage:`tasty-dejafu`", "2.0.0.7", "Déjà Fu support for the tasty test framework"