From a2f88d2c2645ef751171a954236ab4f32419b269 Mon Sep 17 00:00:00 2001 From: Hugues Morisset Date: Mon, 3 Dec 2018 13:44:10 +0100 Subject: [PATCH] v1.6 --- .goxc.json | 2 +- README.md | 8 ++++++++ driver/scaleway.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index cdb865bc..fbc4ab4c 100644 --- a/.goxc.json +++ b/.goxc.json @@ -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" diff --git a/README.md b/README.md index 4bb9bea3..6e5ea346 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/driver/scaleway.go b/driver/scaleway.go index 43449e6f..766358d1 100644 --- a/driver/scaleway.go +++ b/driver/scaleway.go @@ -23,7 +23,7 @@ import ( const ( // VERSION represents the semver version of the package - VERSION = "v1.5" + VERSION = "v1.6" defaultImage = "265b32a3" defaultBootscript = "" )