Commit 8b24d990 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

v0.6.1

parent e27523eb
## 0.6.1 (unreleased) ## 0.6.1 (July 20, 2014)
FEATURES: FEATURES:
* **New post processor:** `vagrant-cloud` - Push box files generated by * **New post processor:** `vagrant-cloud` - Push box files generated by
vagrant post processor to Vagrant Cloud. [GH-1289] vagrant post processor to Vagrant Cloud. [GH-1289]
* Vagrant post-processor can now packer Hyper-V boxes. * Vagrant post-processor can now packer Hyper-V boxes.
IMPROVEMENTS: IMPROVEMENTS:
......
...@@ -15,7 +15,7 @@ const Version = "0.6.1" ...@@ -15,7 +15,7 @@ const Version = "0.6.1"
// Any pre-release marker for the version. If this is "" (empty string), // Any pre-release marker for the version. If this is "" (empty string),
// then it means that it is a final release. Otherwise, this is the // then it means that it is a final release. Otherwise, this is the
// pre-release marker. // pre-release marker.
const VersionPrerelease = "dev" const VersionPrerelease = ""
type versionCommand byte type versionCommand byte
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment