Skip to content

Commit

Permalink
Merge pull request #418 from barrucadu/dejafu-2.4.0.6
Browse files Browse the repository at this point in the history
Release dejafu-2.4.0.6
  • Loading branch information
barrucadu authored Dec 11, 2024
2 parents c7f0c7f + efa24f0 commit 7f22eec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
10 changes: 8 additions & 2 deletions dejafu/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions dejafu/dejafu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f22eec

Please sign in to comment.