From 1badd2492d54aaeabffe2bba6f75f43d8fdd4fff Mon Sep 17 00:00:00 2001 From: Viktor Benei Date: Mon, 24 Aug 2015 13:52:14 +0200 Subject: [PATCH] changelog v0.9.6 --- _changelogs/0.9.6.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _changelogs/0.9.6.md diff --git a/_changelogs/0.9.6.md b/_changelogs/0.9.6.md new file mode 100644 index 00000000..6e67862b --- /dev/null +++ b/_changelogs/0.9.6.md @@ -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 +```