Skip to content

Commit 361addc

Browse files
author
Quentin Perez
committed
v1.11
1 parent 8a07b4f commit 361addc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd netbsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.10.1",
20+
"PackageVersion": "1.11",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12011201

12021202
## Changelog
12031203

1204-
### master (unreleased)
1204+
### v1.11 (2016-10-27)
12051205

12061206
* new Compute URL `api.scaleway.com` -> `cp-par1.scaleway.com`
12071207
* new TTY URL `tty.scaleway.com/v2` -> `https://tty-par1.scaleway.com/v2`
@@ -1211,6 +1211,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12111211
* `scw image -a -f type=volume` fix unmarshal error on size field
12121212
* `scw ps` do not display empty server with --filter
12131213

1214+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.10.1...v1.11)
1215+
12141216
### v1.10.1 (2016-10-24)
12151217

12161218
* `scw login` fix CheckCredentials ([418](https://github.com/scaleway/scaleway-cli/issues/418))

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.10.1"
7+
VERSION = "v1.11"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)