From 087aa93a166655a418300cb6c4d65895a35e57bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 15 Jun 2026 14:40:36 +0200 Subject: [PATCH] chore(release): 0.3.1 Co-Authored-By: Claude Opus 4.8 --- release_note.txt | 8 ++++++++ src/VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/release_note.txt b/release_note.txt index 1da404a..0fc1005 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,3 +1,11 @@ +version 0.3.1 +============== +- Clearer errors when a test file fails to load. The message now names the + exact file and item and explains the problem (unknown item or action, a + step holding two items, a missing ``steps:`` list, a misplaced value, ...) + and lists the valid names, instead of a cryptic failure. A problem inside + an ``!include``-d file points to that file. + version 0.3 ============== - New ``pytest`` test item: run your pytest files as a test step; each diff --git a/src/VERSION b/src/VERSION index be58634..9e11b32 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.3 +0.3.1