Skip to content

Commit

Permalink
Merge pull request #60 from viktorbenei/master
Browse files Browse the repository at this point in the history
changelog v0.9.6
  • Loading branch information
viktorbenei committed Aug 24, 2015
2 parents 8ba15c4 + 1badd24 commit 8cd7a5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _changelogs/0.9.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Changes

* __NEW__ : a new (optional) `opts` property added: `summary`, in addition to the existing `title` and `description` options.
* revision, to be able to work with both the YAML format and with JSON too (with the built-in and most popular parsers)


## Install

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

```
curl -L https://github.com/bitrise-io/envman/releases/download/0.9.6/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
```

Then:

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

0 comments on commit 8cd7a5e

Please sign in to comment.