From d9d8cdf5e3ee6e8a30cc0a3abfada4a5e01c0c11 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 2 Nov 2024 22:39:16 +0000 Subject: [PATCH] Release tasty-1.5.2 --- core/CHANGELOG.md | 13 +++++++++++++ core/tasty.cabal | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 7f34139d..132547c9 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,6 +1,19 @@ Changes ======= +Version 1.5.2 +-------------- + +_2024-11-03_ + +* Partially revert [#393](https://github.com/UnkindPartition/tasty/pull/393) + to fix progress reporting outside of Emacs. +* Do not depend on `unbounded-delays` on `ppc64`, `s390x` and `riscv64` + ([#371](https://github.com/UnkindPartition/tasty/pull/371), + [#422](https://github.com/UnkindPartition/tasty/pull/422), + [#423](https://github.com/UnkindPartition/tasty/pull/423)). + + Version 1.5.1 -------------- diff --git a/core/tasty.cabal b/core/tasty.cabal index 09976e3c..a15ed26c 100644 --- a/core/tasty.cabal +++ b/core/tasty.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tasty -version: 1.5.1 +version: 1.5.2 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden