Browse Source

Bump version to 0.4.5

Guillaume J. Charmes 12 years ago
parent
commit
f5d08fc49c
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      commands.go

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+# 0.4.5 (2013-06-21)
+ + Builder: Introduce docker build from remote URL/github repository
+ * Runtime: Make the container size to be displayed via an option in docker ps.
+ * Tests: Improved and simplified
+ - Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.
+ - Builder: fix a regression when using ADD with single regular file.
+
 ## 0.4.4 (2013-06-19)
  - Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
 

+ 1 - 1
commands.go

@@ -28,7 +28,7 @@ import (
 	"unicode"
 )
 
-const VERSION = "0.4.4"
+const VERSION = "0.4.5"
 
 var (
 	GITCOMMIT string