diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-10 18:12:56 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-10 18:12:56 +0200 |
commit | b2d5a781fef650b70bf635a903a59063400cfd92 (patch) | |
tree | 3e13aaea6e6fc30cdd51b9738ca3ac1b3b200983 | |
parent | fed9f38d30f0d2a37042f9a88ec7f5248767ea58 (diff) |
Version 0.2.3v0.2.3
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | erebos-tester.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5303a..baa869c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for erebos-tester +## 0.2.3 -- 2024-08-10 + +* Added `network` member to the `node` object +* Use colors by default only on terminal, add `--color`/`--no-color` options to select manually. +* Accept module name declaration +* Report multiple parsing errors in single pass + ## 0.2.2 -- 2024-05-17 * Fix unshare failing with newer compilers diff --git a/erebos-tester.cabal b/erebos-tester.cabal index b1afc76..a980532 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: erebos-tester -version: 0.2.2 +version: 0.2.3 synopsis: Test framework with virtual network using Linux namespaces description: This framework is intended mainly for networking libraries/applications and |