Skip to content

Commit 591188f

Browse files
author
Quentin Perez
committed
v1.1.0
1 parent 98c6c31 commit 591188f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.0.2+dev",
20+
"PackageVersion": "1.1.0",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ $ curl --silent http://212.47.248.251 | head -n1 # you can also open your browse
144144

145145
## Changelog
146146

147-
### master (unreleased)
147+
### v1.1.0 (2016-04-28)
148148

149149
* Fix provisionning error with xenial
150150
* `docker-machine ls` displays the commercial-type
151151
* Switch default image to **Ubuntu Xenial**
152152
* Add `--scaleway-image` ([#22](https://github.com/scaleway/docker-machine-driver-scaleway/issues/22))
153153
* Add `--scaleway-debug`
154154

155-
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.2...master)
155+
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.2...v1.1.0)
156156

157157
### v1.0.2 (2016-04-20)
158158

driver/scaleway.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
const (
2323
// VERSION represents the semver version of the package
24-
VERSION = "v1.0.2+dev"
24+
VERSION = "v1.1.0"
2525
defaultImage = "ubuntu-xenial"
2626
defaultBootscript = "docker"
2727
)

0 commit comments

Comments
 (0)