mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump version to 0.4.8
This commit is contained in:
parent
79ee8b46f4
commit
96a1d7c645
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.8 (2013-07-01)
|
||||||
|
+ Runtime: Add Entrypoint to builder and container config
|
||||||
|
- Runtime: Make sure the ID is displayed when use docker run -d
|
||||||
|
- Tests: Fix issues in the test suite
|
||||||
|
|
||||||
## 0.4.7 (2013-06-28)
|
## 0.4.7 (2013-06-28)
|
||||||
* Registry: easier push/pull to a custom registry
|
* Registry: easier push/pull to a custom registry
|
||||||
* Remote API: the progress bar updates faster when downloading and uploading large files
|
* Remote API: the progress bar updates faster when downloading and uploading large files
|
||||||
|
|
|
@ -28,7 +28,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.4.7"
|
const VERSION = "0.4.8"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GITCOMMIT string
|
GITCOMMIT string
|
||||||
|
|
Loading…
Add table
Reference in a new issue