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

Commit 8318230

Browse files
author
Kyle Rames
committed
v0.1.7
1 parent 5fbb0bb commit 8318230

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.1.7 (March 13, 2014)
2+
3+
FEATURES:
4+
5+
- Adds commands to list available images and flavors [GH-73]
6+
- Adds support for creating images from running VMs [GH-74]
7+
8+
IMPROVEMENTS:
9+
10+
- Adds support for rsync --include directives [GH-56]
11+
- Adds ability to add server metadata [GH-72]
12+
- Cleans up chef node and client from chef server [GH-67]
13+
114
# 0.1.6 (January 8, 2014)
215

316
BUG FIXES:

lib/vagrant-rackspace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Rackspace
3-
VERSION = "0.1.7dev"
3+
VERSION = "0.1.7"
44
end
55
end

0 commit comments

Comments
 (0)