Skip to content

Commit 3d2eb05

Browse files
Bump to version 0.6.0-dev
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 5ab6f31 commit 3d2eb05

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
# 0.6.0-rc2 (2016-01-28)
4+
5+
- Fix issue creating Swarms
6+
- Fix `ls` header issue
7+
- Add code to wait for Docker daemon before returning from `start` / `restart`
8+
- Start porting integration tests to Go from BATS
9+
- Add Appveyor for Windows tests
10+
- Update CoreOS provisioner to use `docker daemon`
11+
- Various documentation and error message fixes
12+
- Add ability to create GCE machine using existing VM
13+
314
# 0.6.0-rc1 (2016-01-18)
415

516
General

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// Version should be updated by hand at each release
7-
Version = "0.6.0-rc2-dev"
7+
Version = "0.6.0-dev"
88

99
// GitCommit will be overwritten automatically by the build system
1010
GitCommit = "HEAD"

0 commit comments

Comments
 (0)