summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-05-17 21:15:05 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-05-17 21:15:05 +0200
commit0df5c2559e764682df17ac077a259f8cabb32f3f (patch)
treeea51f36b8420c7fbd386b3a02201187847261f83
parent9083cc50eeff9455f035fd87376e674aa7b6da25 (diff)
Version 0.2.2v0.2.2
-rw-r--r--CHANGELOG.md14
-rw-r--r--erebos-tester.cabal2
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64834ea..bc5303a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
# Revision history for erebos-tester
+## 0.2.2 -- 2024-05-17
+
+* Fix unshare failing with newer compilers
+* Documentation and helptext updates
+* Compatibility with GHC up to 9.10
+
## 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
+* 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
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 9db5dab..c9e90b5 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: erebos-tester
-version: 0.2.1
+version: 0.2.2
synopsis: Test framework with virtual network using Linux namespaces
description:
This framework is intended mainly for networking libraries/applications and