From b2d5a781fef650b70bf635a903a59063400cfd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 10 Aug 2024 18:12:56 +0200 Subject: Version 0.2.3 --- CHANGELOG.md | 7 +++++++ erebos-tester.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3