Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.15 KB

History.md

File metadata and controls

54 lines (38 loc) · 1.15 KB

v0.5.3 / 2019-08-31

  • task: override env vars on exec

v0.5.1 / 2019-08-31

  • main: bump version
  • make: add dist target

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

  • fix script path resolution

v0.4.0 / 2015-10-13

  • fix panic on yaml parse error. Closes #10

v0.3.0 / 2015-05-07

  • change command behaviour to allow for positional vars

v0.2.0 / 2015-04-12

  • fix script path resolution, now relative to config file
  • add variables command to list defined variables
  • add vars to feature list
  • add History.md

v0.1.0 / 2015-04-12

  • add variable support.