From e4370841b9a051731d69e9b037e2c531b113e8cd Mon Sep 17 00:00:00 2001 From: Derek Gonyeo Date: Fri, 23 Oct 2015 15:09:08 -0700 Subject: [PATCH] release: v0.1.1, a couple of critical bug fixes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9953dc06..8116a494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.1.1 + +appc spec version: v0.7.1+git5a7af19 + +v0.1.1 has a couple of bug fixes since the initial release: + +- When the `--debug` flag was combined with the `run` command acbuild would + panic. (https://github.com/appc/acbuild/issues/56) +- When a remote ACI was specified with `begin`, acbuild would emit an error and + exit after downloading the ACI. (https://github.com/appc/acbuild/pull/58) + ## v0.1.0 appc spec version: v0.7.1+git5a7af19