From 8cb4fee2764d86dc83d0bf6443065b53df8251e4 Mon Sep 17 00:00:00 2001 From: Viktor Benei Date: Mon, 31 Aug 2015 16:08:58 +0200 Subject: [PATCH] changelog v0.9.7 --- _changelogs/0.9.7.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _changelogs/0.9.7.md diff --git a/_changelogs/0.9.7.md b/_changelogs/0.9.7.md new file mode 100644 index 00000000..4db5ce46 --- /dev/null +++ b/_changelogs/0.9.7.md @@ -0,0 +1,18 @@ +## Changes + +* Log format revision, unified with `stepman` and `bitrise` CLI + + +## 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.7/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman +``` + +Then: + +``` +chmod +x /usr/local/bin/envman +```