Skip to content

Commit e99a99e

Browse files
committed
Bump to v0.5.2
1 parent df9712f commit e99a99e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.2 (2013-08-08)
4+
* Builder: Forbid certain paths within docker build ADD
5+
- Runtime: Change network range to avoid conflict with EC2 DNS
6+
* API: Change daemon to listen on unix socket by default
7+
38
## 0.5.1 (2013-07-30)
49
+ API: Docker client now sets useragent (RFC 2616)
510
+ Runtime: Add `ps` args to `docker top`

commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"unicode"
2828
)
2929

30-
const VERSION = "0.5.1"
30+
const VERSION = "0.5.2"
3131

3232
var (
3333
GITCOMMIT string

0 commit comments

Comments
 (0)