v0.6.1
This commit is contained in:
parent
e27523eb00
commit
8b24d99094
|
@ -1,10 +1,10 @@
|
||||||
## 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"
|
||||||
// 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue