summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md14
-rw-r--r--squad_client/version.py2
2 files changed, 15 insertions, 1 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.
diff --git a/squad_client/version.py b/squad_client/version.py
index ef72cc0..e46aee1 100644
--- a/squad_client/version.py
+++ b/squad_client/version.py
@@ -1 +1 @@
-__version__ = '0.8.1'
+__version__ = '0.9'