summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 621f4ff..dbc40ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# 0.9
+
+This 0.9 release adds support for TuxBuild input for submitting test results
+to SQUAD.
+
+Complete list of changes going in:
+
+* Add an option to the submit command that allows the submission of tuxbuild json result files
+* Fix a file extension check error message
+* Allow the verbose flag to be used when running specific tests
+* tests: fixtures: fix fixtures to work along with recent squad changes
+* core: models: query tests in Suite class
+* commands: fix submit command docs
+
# 0.8.1
This 0.8.1 release just turns the featured added in 0.8 into a command line.