File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
516General
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
44
55var (
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"
You can’t perform that action at this time.
0 commit comments