From 71b81b41cf5dabbd7902796b8fb19d911e3a55d8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Jul 2013 21:09:47 -0700 Subject: [PATCH] v0.1.5 --- CHANGELOG.md | 6 +++--- packer/version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f73e247e..86285ddbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 0.1.5 (unreleased) +## 0.1.5 (July 7, 2013) FEATURES: -* "file" uploader will upload files and directories from the machine - running Packer to the remote machine. +* "file" uploader will upload files from the machine running Packer to the + remote machine. * VirtualBox guest additions URL and checksum can now be specified, allowing the VirtualBox builder to have the ability to be used completely offline. diff --git a/packer/version.go b/packer/version.go index c54d66d1f..766052a9a 100644 --- a/packer/version.go +++ b/packer/version.go @@ -11,7 +11,7 @@ const Version = "0.1.5" // 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 // pre-release marker. -const VersionPrerelease = "dev" +const VersionPrerelease = "" type versionCommand byte