summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-11 12:34:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-17 15:32:48 +0200
commit2734b33a560cc6abc7e697bd0c8ed1fe5f4dc398 (patch)
treed96b3f764b71f3373d3a97b2578b996b7784c1c0
parentf81e363e22ac6f3d0884879be8de9ece30514ff6 (diff)
Update changelog for the 0.1.3 release
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 944ee16b5688f10d7f2395be630802035fa6635f)
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe45a7e..8426bbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## v0.1.3
+
+Bugfix release. Fixes:
+
+* If two submits were equal except for environment variables, butido reused the
+ artifacts of the first submit because it considered them equal. This was fixed
+ by rewriting the equality-check logic
+ * f5ba5d8f510fcb73c87dea9962850ca3bbfb7fc0
+
+* Early-fail in the "source download" implementation was fixed to be late-fail
+ * 875cbce45c9ca7c646d768884101b0bdd5309606
+
+* Helptext of the "source download" subcommand was fixed
+ * 9b0cf8e75fb7f83f8fe6d4ea07ceb4bd0932d865
+
+* Do not print database password in debug log
+ * 3ca72a47678f9d57c40630d99382e0014317d95c
+
+
## v0.1.2
Bugfix release. Fixes: