From efa24f0b53155ed06f733746a7e5024d8133c61f Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Wed, 11 Dec 2024 21:19:25 +0000 Subject: [PATCH] dejafu-2.4.0.6 --- README.markdown | 2 +- dejafu/CHANGELOG.rst | 10 ++++++++-- dejafu/dejafu.cabal | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 3d79abc5..9aaf2a4c 100644 --- a/README.markdown +++ b/README.markdown @@ -44,7 +44,7 @@ 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.5 | Systematic testing for Haskell concurrency. | +| [dejafu][h:dejafu] | 2.4.0.6 | 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. | diff --git a/dejafu/CHANGELOG.rst b/dejafu/CHANGELOG.rst index c0dcb3e7..fbe47322 100644 --- a/dejafu/CHANGELOG.rst +++ b/dejafu/CHANGELOG.rst @@ -7,14 +7,20 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -unreleased ----------- +2.4.0.6 (2024-12-11) +-------------------- + +* Git: :tag:`dejafu-2.4.0.6` +* Hackage: :hackage:`dejafu-2.4.0.6` + +**Contributors:** :u:`telser` (:pull:`417`). Miscellaneous ~~~~~~~~~~~~~ * Update documentation link in ``Test.DejaFu``. * Fix GHC compatibility warning. +* The upper bound on :hackage:`containers` is <0.8. 2.4.0.5 (2023-06-17) diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index fba03e60..0eacff4a 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.5 +version: 2.4.0.6 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.5 + tag: dejafu-2.4.0.6 library exposed-modules: Test.DejaFu