Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rames committed Aug 22, 2013
1 parent b6a6c6b commit 72ac0a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-rackspace/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Rackspace
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 72ac0a6

Please sign in to comment.