Browse Source

Bump version

Overview of changes:

 *  Applied proper HTML escaping

    Ie. HTML content and similar should show up properly in messages et
    al.

 *  Switched message passing in translator functions to via stdin

    Just like embedded data is already passed, pasing via stdin avoids
    the problem that Jinja2 can't escape for Bash.

 *  Ensure YAML is always read as utf-8

 *  Fixed crash when adding lint to EventTree itself

    For example, missing phase end could trigger this.

 *  Codebase maintenance
Alois Mahdal 5 years ago
parent
commit
2d37efd575
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.7
2
+    version     = 0.0.8
3 3
     name        = jattool
4 4
     tagline     = Tool and related code for JAT testing framework
5 5
     pkgname     = jattool