Skip to content

Commit fa6310a

Browse files
committed
v1.2.1
1 parent def30b1 commit fa6310a

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ For node version, check out [scaleway-cli-node](https://github.com/moul/scaleway
6262

6363
## Setup
6464

65-
To install Scaleway CLI 1.2.0, run the following commands:
65+
To install Scaleway CLI 1.2.1, run the following commands:
6666

6767
```bash
68-
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.2.0/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
68+
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.2.1/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
6969
chmod +x /usr/local/bin/scw
7070
```
7171

@@ -1020,17 +1020,17 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10201020

10211021
## Changelog
10221022

1023-
### master (unreleased)
1023+
### 1.2.1 (2015-07-01)
10241024

10251025
#### Features
10261026

10271027
* Support of `scw run -d` option ([#69](https://github.com/scaleway/scaleway-cli/issues/69))
10281028

10291029
#### Fixes
10301030

1031-
* No entry
1031+
* Version vendor source code (Godeps)
10321032

1033-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.2.0...master)
1033+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.2.0...v1.2.1)
10341034

10351035
---
10361036

scwversion/version.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// AUTOGENERATED FILE
2+
3+
package scwversion
4+
5+
func init() {
6+
VERSION = "v1.2.1"
7+
GITCOMMIT = "3eb2cfb2478410b61992396fad5081ee80a140e9"
8+
}

0 commit comments

Comments
 (0)