Skip to content

Commit

Permalink
Merge pull request #145 from gkiki90/changelog
Browse files Browse the repository at this point in the history
change log
  • Loading branch information
viktorbenei committed Sep 17, 2015
2 parents b9a6c3e + 64f73a2 commit 2515a68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _changelogs/0.9.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Changes

* __BREAKING__ : `stepman step-info` command default output format changed from json to raw, for json output call `stepman step-info --format json`.
* step-info, step-list command get optional `--format` flag, which defines the output format (options: raw/json, default: raw).
* StepModel got new field `AssetURLs`, which holds the URI of step assets.


## 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.16/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
```

Then:

```
chmod +x /usr/local/bin/stepman
```

0 comments on commit 2515a68

Please sign in to comment.