File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 "BuildConstraints" : " darwin linux windows freebsd netbsd" ,
1818 "ResourcesExclude" : " *.go .goxc-temp" ,
1919 "MainDirsExclude" : " vendor,Godeps,testdata" ,
20- "PackageVersion" : " 1.9.0+dev " ,
20+ "PackageVersion" : " 1.10 " ,
2121 "TaskSettings" : {
2222 "bintray" : {
2323 "downloadspage" : " bintray.md" ,
Original file line number Diff line number Diff line change @@ -1201,7 +1201,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12011201
12021202## Changelog
12031203
1204- ### master (unreleased )
1204+ ### v1.10 (2016-10-24 )
12051205
12061206* API rename ` deleteServerSafe ` -> ` deleteServerForce `
12071207* API support paginate
@@ -1237,7 +1237,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12371237* ` scw _userdata ` handles ` @~/path/to/file ` ([ #321 ] ( https://github.com/scaleway/scaleway-cli/issues/321 ) )
12381238* Update ` scw _billing ` for new instance types ([ #293 ] ( https://github.com/scaleway/scaleway-cli/issues/293 ) )
12391239
1240- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.9.0...master )
1240+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.9.0...v1.10 )
12411241
12421242### v1.9.0 (2016-04-01)
12431243
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
44
55var (
66 // VERSION represents the semver version of the package
7- VERSION = "v1.9.0+dev "
7+ VERSION = "v1.10 "
88
99 // GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010 GITCOMMIT string
You can’t perform that action at this time.
0 commit comments