From 354c5e12e88ecf765d2f02057d72a85ece70ae24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 29 May 2026 13:16:45 +0200 Subject: [PATCH] bump to 0.2: declarative test item parameters Co-Authored-By: Claude Sonnet 4.6 --- 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 08522a8..0b15c84 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,3 +1,11 @@ +version 0.2 +============== +- Test items: each item type now declares its accepted parameters + (``PARAMS = ParamSet(...)``). Typos in a ``.tum`` are surfaced as a + WARN listing the accepted names instead of being silently ignored; + missing required parameters error out at load time with the source + ``.tum`` file as context. No change to valid existing tests. + version 0.1.3 ============== - Stop interrupts engaged blocking steps (console, py_func, lua_func, diff --git a/src/VERSION b/src/VERSION index b1e80bb..3b04cfb 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.1.3 +0.2