Browse code

Bump version to 0.4.8

Guillaume J. Charmes authored on 2013/07/02 08:57:58
Showing 2 changed files
... ...
@@ -1,5 +1,10 @@
1 1
 # Changelog
2 2
 
3
+## 0.4.8 (2013-07-01)
4
+ + Runtime: Add Entrypoint to builder and container config
5
+ - Runtime: Make sure the ID is displayed when use docker run -d
6
+ - Tests: Fix issues in the test suite
7
+
3 8
 ## 0.4.7 (2013-06-28)
4 9
  * Registry: easier push/pull to a custom registry
5 10
  * Remote API: the progress bar updates faster when downloading and uploading large files
... ...
@@ -28,7 +28,7 @@ import (
28 28
 	"unicode"
29 29
 )
30 30
 
31
-const VERSION = "0.4.7"
31
+const VERSION = "0.4.8"
32 32
 
33 33
 var (
34 34
 	GITCOMMIT string