From 658bcf425c3fe42ddc48de9b3c344e81564aa898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 16 May 2025 20:06:24 +0200 Subject: Version 0.3.2 --- CHANGELOG.md | 7 +++++++ erebos-tester.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3