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-11 12:34:31 +0200
commitdb40f5d644fa5fbf3c0a2ea2fe3498c524f4e33f (patch)
tree2d387be461d72ed8918ded6a37f487ccd6874419
parent7f3eeeb39c34903f2bd709a78287bc2b655b062c (diff)
Update changelog for the 0.1.2 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 9dd025e..fe45a7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## v0.1.2
+
+Bugfix release. Fixes:
+
+* Argument processing bug was fixed, where a CLI parameter was unintentionally
+ ignored
+ * 78c65311313876728ccead6aaa76fdc23e2b22ed
+
+* Release artifacts are copied instead of renamed
+ * 7abfe3e095e41a0742f7a7f30ce8d058edfcd94f
+
+* Typo in trace output
+ * 8cf287dd93f95775787b3a83500fee23cd8f07db
+
+* If the build fails, parent jobs should not fail anymore because of missing
+ dependencies, but simply propagate the error
+ * 7f3eeeb39c34903f2bd709a78287bc2b655b062c
+
+
## v0.1.1
Bugfix release. Fixes: