diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f2ce6..e53ef22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # tap2junit changelog +### 0.1.6 +* Support for parsing YAML blocks +* Add option to override test suite name +* Add support for TAP version 12 +* Support TAP with nested tests +* Fix duration_ms to be milliseconds instead of seconds +* Explicitly encode input file as utf-8 +* Use GitHub Actions for ci testing +* Replace Python linting tools with Ruff +* Add pypa/hatch for building and publishing + ### 0.1.5 * Add support for Python 3 * Add automated testing on Travis CI