From 2680ba18126cad9c68e56c32b92104b1d14f600a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 14 May 2024 22:07:57 +0200 Subject: Version 0.2.1 --- CHANGELOG.md | 9 +++++++++ erebos-tester.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faed50e..64834ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Revision history for erebos-tester +## 0.2.1 -- 2024-05-14 + +* Selection of test from test file path on command line using ':' charater +* Added --repeat option to run the tests multiple times +* Added --wait option to wait at the end of each test +* Added 'flush' command +* Show record selectors in failure reports +* Compatibility with GHC up to 9.8 + ## 0.2.0 -- 2023-04-26 * Lists and "for" statement. diff --git a/erebos-tester.cabal b/erebos-tester.cabal index c693f53..6d5d6da 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: erebos-tester -version: 0.2.0 +version: 0.2.1 synopsis: Test framework with virtual network using Linux namespaces description: This framework is intended mainly for networking libraries/applications and -- cgit v1.2.3