Skip to content

Commit 689a47f

Browse files
committed
v1.2.0
1 parent 36a8b12 commit 689a47f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .goxc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"downloads-page",
1515
"publish-github"
1616
],
17-
"BuildConstraints": "darwin linux windows freebsd",
17+
"BuildConstraints": "darwin linux freebsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.1.0+dev",
20+
"PackageVersion": "1.2.0",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ docker-machine create -d scaleway \
169169
--scaleway-commercial-type="VC1S" \
170170
--swarm --swarm-discovery="XXX"
171171
my-swarm-node
172-
172+
173173
# create a docker host on the different server offers
174174
docker-machine create -d scaleway --scaleway-commercial-type="VC1S" my-vc1s-node
175175
docker-machine create -d scaleway --scaleway-commercial-type="VC1M" --scaleway-volumes="50G" my-vc1m-node
@@ -185,12 +185,12 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/
185185

186186
## Changelog
187187

188-
### master (unreleased)
188+
### v1.2.0 (2016-05-08)
189189

190190
* Add `--scaleway-volumes` ([#37](https://github.com/scaleway/docker-machine-driver-scaleway/issues/37))
191191
* Add `--scaleway-ip` ([#40](https://github.com/scaleway/docker-machine-driver-scaleway/issues/40))
192192

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

195195
### v1.1.0 (2016-04-28)
196196

Diff for: driver/scaleway.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
// VERSION represents the semver version of the package
25-
VERSION = "v1.1.0+dev"
25+
VERSION = "v1.2.0"
2626
defaultImage = "ubuntu-xenial"
2727
defaultBootscript = "docker"
2828
)

0 commit comments

Comments
 (0)