summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliveira <charles.oliveira@linaro.org>2020-12-18 18:31:05 -0300
committerCharles Oliveira <charles.oliveira@linaro.org>2020-12-18 18:31:05 -0300
commit18c91f2490fd057d1d315a780970a4afeb04c2b8 (patch)
treedc25ad7aed9a7e98a222f3edc367e3f2491d2ca9
parentf50b6a2f6240a4d456cf917a642615d0b0f42115 (diff)
New release: 0.11
-rw-r--r--CHANGELOG.md20
-rw-r--r--squad_client/version.py2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3fb1aa..9a7f6b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+# 0.11
+
+This 0.11 release improves `build_report` in the example
+folder and it should run much faster now.
+
+The release also moves tuxbuild submissions to its own
+subcommand.
+
+Complete list of changes going in:
+
+* commands: add a new command for submiting tuxbuild data to squad
+* commands: validate a full tuxbuild file instead of just individual builds
+* core: add "unit" to Metric attributes
+* core: models: avoid loading testrun environment
+* examples: build report: fix objects keys
+* examples: build_report: improve load time
+* shortcuts: improve 'retrieve_build_results' response time
+* squad_service: define squad storage folder in /tmp
+* utils: add getid utility
+
# 0.10.1
This 0.10.1 release is a bugfix of previous one, where environment
diff --git a/squad_client/version.py b/squad_client/version.py
index e754a83..438a041 100644
--- a/squad_client/version.py
+++ b/squad_client/version.py
@@ -1 +1 @@
-__version__ = '0.10.1'
+__version__ = '0.11'