From 72ac0a6be9e1479e3138abbc1ad3a62006c5ca42 Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Thu, 22 Aug 2013 14:01:19 -0500 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 15 +++++++++++++++ lib/vagrant-rackspace/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc54b9..713a166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.1.2 (August 22, 2013) + +FEATURES: + +- Add provision support [GH-16] + +IMPROVEMENTS: + + - Adds option to allow provisioning after RackConnect scripts complete. [GH-18] + - Remove Fog deprecation warnings [GH-11] + - Bypass rsync's StrictHostKeyCheck [GH-5] + - Make chown'ing of synced folder perms recursive (for ssh user) [GH-24] + - Use /cygdrive when rsyncing on Windows [GH-17] + + # 0.1.1 (March 18, 2013) * Up fog dependency for Vagrant 1.1.1 diff --git a/lib/vagrant-rackspace/version.rb b/lib/vagrant-rackspace/version.rb index 7cd6d5e..dc816f5 100644 --- a/lib/vagrant-rackspace/version.rb +++ b/lib/vagrant-rackspace/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Rackspace - VERSION = "0.1.1" + VERSION = "0.1.2" end end