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:25:01 +0200
commit944ee16b5688f10d7f2395be630802035fa6635f (patch)
treee5afd38e5e95276c53a034f63dcd74993e02379d
parent875cbce45c9ca7c646d768884101b0bdd5309606 (diff)
Update changelog for the 0.1.3 release
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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: