v0.1.5
This commit is contained in:
parent
97729e9893
commit
71b81b41cf
|
@ -1,9 +1,9 @@
|
||||||
## 0.1.5 (unreleased)
|
## 0.1.5 (July 7, 2013)
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
* "file" uploader will upload files and directories from the machine
|
* "file" uploader will upload files from the machine running Packer to the
|
||||||
running Packer to the remote machine.
|
remote machine.
|
||||||
* VirtualBox guest additions URL and checksum can now be specified, allowing
|
* VirtualBox guest additions URL and checksum can now be specified, allowing
|
||||||
the VirtualBox builder to have the ability to be used completely offline.
|
the VirtualBox builder to have the ability to be used completely offline.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ const Version = "0.1.5"
|
||||||
// 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