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