From 9fe8bfb2bc4b00a69db16e04e45c065090d1af2d Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 22 Jun 2013 13:36:45 -0700 Subject: [PATCH] Bump version to 0.4.6 --- CHANGELOG.md | 3 +++ commands.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc097a81f9..98eb75b63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.6 (2013-06-22) + - Runtime: fix a bug which caused creation of empty images (and volumes) to crash. + ## 0.4.5 (2013-06-21) + Builder: 'docker build git://URL' fetches and builds a remote git repository * Runtime: 'docker ps -s' optionally prints container size diff --git a/commands.go b/commands.go index 0c9cf5e9a7..47bc492909 100644 --- a/commands.go +++ b/commands.go @@ -28,7 +28,7 @@ import ( "unicode" ) -const VERSION = "0.4.5" +const VERSION = "0.4.6" var ( GITCOMMIT string