summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliveira <charles.oliveira@linaro.org>2020-12-10 10:08:13 -0300
committerCharles Oliveira <charles.oliveira@linaro.org>2020-12-10 10:08:13 -0300
commit48c0c431931e218ba4da1018e900ebe98acd7703 (patch)
tree1aae92465df5b176dba1f82d88c165c5e0728727
parentef19a83cc2f69da0929d95d7c5fc293428ed5e5a (diff)
New release: 0.10
-rw-r--r--CHANGELOG.md17
-rw-r--r--squad_client/version.py2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de21a18..3caf8ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# 0.10
+
+This 0.10 release adds an significant improvement when fetching
+tests of a build. Now there's no need to go through Build's
+testruns in order to get tests, it can be done directly just by
+calling `build.tests()`. It's supposed to be much quicker than legacy
+code.
+
+Complete list of changes going in:
+
+* core: models: add tests endpoint to build
+* core: models: do not crash in str() if attribute is missing
+* core: models: add missing url attribute
+* rename redundant json: tuxbuild_json to tuxbuild only
+* squad_client: commands: submit: metadata: allow more types
+* squad_client: commands: submit: metadata: update error message
+
# 0.9.1
This 0.9.1 release fixes a small bug and changes tuxbuild submission
diff --git a/squad_client/version.py b/squad_client/version.py
index 8969d49..969399e 100644
--- a/squad_client/version.py
+++ b/squad_client/version.py
@@ -1 +1 @@
-__version__ = '0.9.1'
+__version__ = '0.10'