From 464b6cc516a1d092ff77774cb17cbb8ff6aa03ed Mon Sep 17 00:00:00 2001 From: Jordan Singleton Date: Tue, 8 Sep 2015 10:42:11 -0400 Subject: [PATCH 1/2] update installation for 0.6.0 --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 51729326..91d8cf5a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,7 +27,7 @@ to talk to your remote git repository (GitHub for instance). To download and install Dusty, run: ``` -bash -c "`curl -L https://github.com/gamechanger/dusty/releases/download/0.5.0/install.sh`" +bash -c "`curl -L https://github.com/gamechanger/dusty/releases/download/0.6.0/install.sh`" ``` This script will install Dusty as a service and run the preflight check to ensure that all From dfafcf6724655595a56cb101f8b1fce658052d5b Mon Sep 17 00:00:00 2001 From: Jordan Singleton Date: Tue, 8 Sep 2015 10:43:28 -0400 Subject: [PATCH 2/2] changelog for 0.6.0 release --- docs/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7e8a3537..c7169747 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,9 @@ # Changelog -## 0.6.0 (In Progress) +## 0.6.1 (In Progress) + + +## 0.6.0 (September 8, 2015) * **Breaking** * Dusty has upgraded to [Docker Machine](https://docs.docker.com/machine/)! This replaces boot2docker as the tool for managing Docker-enabled VMs. Migration help can be found [here](https://gist.github.com/jsingle/bd1d8c04f45040b24c28)