mirror of https://github.com/docker/docs.git
Bump version to 0.4.6
This commit is contained in:
parent
f9acd605dc
commit
9fe8bfb2bc
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# 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)
|
## 0.4.5 (2013-06-21)
|
||||||
+ Builder: 'docker build git://URL' fetches and builds a remote git repository
|
+ Builder: 'docker build git://URL' fetches and builds a remote git repository
|
||||||
* Runtime: 'docker ps -s' optionally prints container size
|
* Runtime: 'docker ps -s' optionally prints container size
|
||||||
|
|
|
@ -28,7 +28,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.4.5"
|
const VERSION = "0.4.6"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GITCOMMIT string
|
GITCOMMIT string
|
||||||
|
|
Loading…
Reference in New Issue