Skip to content

0.9.18

Compare
Choose a tag to compare
@viktorbenei viktorbenei released this 22 Dec 16:13
· 241 commits to master since this release

Changes

  • Step ID must conform to [a-z0-9-] regexp
  • Typo fixes
  • Logging revisions

Install

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.18/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman

Then:

chmod +x /usr/local/bin/stepman

Change history (9377c16 - 366ce82)

  • (366ce82) - moved upcoming changes from 0.9.18.md to upcoming.md
  • (c92e17c) - version bump: 0.9.18
  • (9feb7a8) - Dockerfile : fix Go version (1.5.2) & update to Bitrise CLI 1.2.4
  • (db278aa) - godeps-update
  • (84b8550) - create changelog
  • (952806c) - LOG: print step.yml path FIX: removed global step info handling from local steps
  • (136eb00) - godep update
  • (4658ac9) - FIX: typo
  • (75f6f52) - merge
  • (653b2d4) - FIX: typo Faild
  • (34b647d) - printf fix
  • (aa88983) - global step info handling
  • (ad697ee) - godeps-update
  • (6e82130) - step sharing improvements
  • (266202b) - changelog fix
  • (91df01c) - changelog format fix