Skip to content

Commit 6b89a73

Browse files
committed
v1.5.0
1 parent 65bed0d commit 6b89a73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.goxc.json

+1-1
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.4.0",
20+
"PackageVersion": "1.5.0",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mkdir -p /usr/local/bin
9595
mv /usr/local/bin/scw /tmp/scw.old
9696

9797
# get latest release
98-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0/scw_1.4.0_darwin_amd64.zip" -O /tmp/scw.zip
98+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.5.0/scw_1.5.0_darwin_amd64.zip" -O /tmp/scw.zip
9999
unzip /tmp/scw.zip \*/scw -d /tmp
100100
mv /tmp/scw_*/scw /usr/local/bin
101101
rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64
@@ -109,7 +109,7 @@ Install the latest release on Linux:
109109
```bash
110110
# get latest release
111111
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
112-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0/scw_1.4.0_${ARCH}.deb" -O /tmp/scw.deb
112+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.5.0/scw_1.5.0_${ARCH}.deb" -O /tmp/scw.deb
113113
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
114114

115115
# test
@@ -1127,7 +1127,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11271127

11281128
## Changelog
11291129

1130-
### master (unreleased)
1130+
### v1.5.0 (2015-09-11)
11311131

11321132
* Support of `scw tag --bootscript=""` option ([#149](https://github.com/scaleway/scaleway-cli/issues/149)
11331133
* `scw info` now prints user/organization info from the API ([#130](https://github.com/scaleway/scaleway-cli/issues/130)
@@ -1141,7 +1141,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11411141
* Fix: regression on scw create ([#142](https://github.com/scaleway/scaleway-cli/issues/142))
11421142
* Stability improvements
11431143

1144-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.4.0...master)
1144+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.4.0...v1.5.0)
11451145

11461146
---
11471147

0 commit comments

Comments
 (0)