Skip to content

Commit

Permalink
Merge pull request #422 from barrucadu/rel
Browse files Browse the repository at this point in the history
Release dejafu-2.4.0.7 & tasty-dejafu-2.1.0.2
  • Loading branch information
barrucadu authored Jan 6, 2025
2 parents 3a70b35 + 41ccea2 commit a187895
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
7 changes: 5 additions & 2 deletions dejafu/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~
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.6
version: 2.4.0.7
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.6
tag: dejafu-2.4.0.7

library
exposed-modules: Test.DejaFu
Expand Down
7 changes: 5 additions & 2 deletions tasty-dejafu/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions tasty-dejafu/tasty-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: tasty-dejafu
version: 2.1.0.1
version: 2.1.0.2
synopsis: Deja Fu support for the Tasty test framework.

description:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a187895

Please sign in to comment.