From 8b7816d5d5c1fbe0646226e430d42be7aed6febf Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Mon, 1 Jul 2013 16:57:58 -0700 Subject: [PATCH] Bump version to 0.4.8 Upstream-commit: 96a1d7c6455b5b4326469f9a51bee869883aac3c Component: engine --- components/engine/CHANGELOG.md | 5 +++++ components/engine/commands.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 4d6a7a00a7..39aa0bcab9 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -1,5 +1,10 @@ # 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) * Registry: easier push/pull to a custom registry * Remote API: the progress bar updates faster when downloading and uploading large files diff --git a/components/engine/commands.go b/components/engine/commands.go index 26dbe165c1..6e1e5e88c2 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -28,7 +28,7 @@ import ( "unicode" ) -const VERSION = "0.4.7" +const VERSION = "0.4.8" var ( GITCOMMIT string