From 0d33ed99cfc5da9ae62ba8707cf5ee7531a9c8b0 Mon Sep 17 00:00:00 2001 From: Amir Abushareb Date: Sat, 31 Aug 2019 12:40:58 +0300 Subject: [PATCH] Release v0.5.0 --- History.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/History.md b/History.md index bae9a11..8d45a5f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,19 @@ +v0.5.0 / 2019-08-31 +=================== + + * doc: add compose, chain, env + * examples: add compose, chain, env, exec, executable scripts + * cli: improve variables output + * config: add robo vars + * task: fix exec escape + * env: interpolate env vars using variables + * cmd: resolve --config path + * add env var support to allow re-use of robo conf files + * task: run script directly if it is executable + * ci: bump to latest go version + * go: migrate to go modules + v0.4.1 / 2016-03-29 ===================