diff options
-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 |