Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release dejafu-2.4.0.6 #418

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading