We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9acd60 commit 9fe8bfbCopy full SHA for 9fe8bfb
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.4.6 (2013-06-22)
4
+ - Runtime: fix a bug which caused creation of empty images (and volumes) to crash.
5
+
6
## 0.4.5 (2013-06-21)
7
+ Builder: 'docker build git://URL' fetches and builds a remote git repository
8
* Runtime: 'docker ps -s' optionally prints container size
commands.go
@@ -28,7 +28,7 @@ import (
28
"unicode"
29
)
30
31
-const VERSION = "0.4.5"
+const VERSION = "0.4.6"
32
33
var (
34
GITCOMMIT string
0 commit comments