summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-05-16 20:06:24 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-05-16 20:06:24 +0200
commit658bcf425c3fe42ddc48de9b3c344e81564aa898 (patch)
treedaa9de8fa87629aff7b0c90bd9ff6dee722018cd
parent2bc126785982cc0c66672c21d8baec905d1f2b3c (diff)
Version 0.3.2HEADv0.3.2master
-rw-r--r--CHANGELOG.md7
-rw-r--r--erebos-tester.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7872ef..8eb39e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Revision history for erebos-tester
+## 0.3.2 -- 2025-05-16
+
+* Asset files and directories for use during tests
+* Select tests from project configuration using only test name on command line without script path
+* Added `args` parameter to `spawn` command to pass extra command-line arguments to the spawned tool
+* Experimental shell interpreter
+
## 0.3.1 -- 2025-03-03
* Fix executing test tool given with relative path
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 6661f8b..bf3c9ef 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: erebos-tester
-version: 0.3.1
+version: 0.3.2
synopsis: Test framework with virtual network using Linux namespaces
description:
This framework is intended mainly for networking libraries/applications and