Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Dec 3, 2018
1 parent 8ecb1ee commit a2f88d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"BuildConstraints": "darwin linux freebsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.5",
"PackageVersion": "1.6",
"TaskSettings": {
"xc": {
"GOARM": "5"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ root@ab197ef8bd3c:/# exit

## Changelog

### v1.6 (2018-12-03)

* Migrate from Godeps to dep
* Upgrade scaleway-cli dependency
* Add scripts to help release the project

View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.5...v1.6)

### v1.5 (2018-11-19)

* Revert "Remove VC product line"
Expand Down
2 changes: 1 addition & 1 deletion driver/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// VERSION represents the semver version of the package
VERSION = "v1.5"
VERSION = "v1.6"
defaultImage = "265b32a3"
defaultBootscript = ""
)
Expand Down

0 comments on commit a2f88d2

Please sign in to comment.