diff options
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rw-r--r-- | erebos-tester.cabal | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfbc83..85027e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Revision history for erebos-tester +## 0.3.4 -- 2026-01-15 + +* Show call stack in error messages. +* Verbose output now includes test names, command and arguments for spawned processes, and marks flushed/ignored output lines. +* Added `ignore` builtin command. +* Added `timeout` argument for the `expect` command. +* Support zero as a timeout multiplier. +* Make host filesystems read-only for the test process (except for test dir). +* Implemented pipes and input/output redirection in shell scripts. +* Support for GHC up to 9.14. + ## 0.3.3 -- 2025-06-25 * Added optional `timeout` setting to config file diff --git a/erebos-tester.cabal b/erebos-tester.cabal index 324f556..56a80e3 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: erebos-tester -version: 0.3.3 +version: 0.3.4 synopsis: Test framework with virtual network using Linux namespaces description: This framework is intended mainly for networking libraries/applications and |