File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
"BuildConstraints" : " darwin linux windows freebsd netbsd" ,
18
18
"ResourcesExclude" : " *.go .goxc-temp" ,
19
19
"MainDirsExclude" : " vendor,Godeps,testdata" ,
20
- "PackageVersion" : " 1.7.1+dev " ,
20
+ "PackageVersion" : " 1.8.0 " ,
21
21
"TaskSettings" : {
22
22
"bintray" : {
23
23
"downloadspage" : " bintray.md" ,
Original file line number Diff line number Diff line change @@ -730,13 +730,13 @@ Examples:
730
730
┌ ─ ─ ─ ─ ─ scw run docker ─ ─ ─ ─ ┐
731
731
732
732
│ ┌───────────────────────────┐ │
733
- │server=$(scw create docker)│
733
+ │server=$(scw create docker)│
734
734
│ └───────────────────────────┘ │
735
- +
735
+ +
736
736
│ ┌─────────────────┐ │
737
- │scw start $SERVER│
737
+ │scw start $SERVER│
738
738
│ └─────────────────┘ │
739
- +
739
+ +
740
740
│┌─────────────────────────────────┐│
741
741
│scw exec --wait $SERVER /bin/bash│
742
742
│└─────────────────────────────────┘│
@@ -1181,7 +1181,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1181
1181
1182
1182
## Changelog
1183
1183
1184
- ### master (unreleased)
1184
+ ### v1.8.0 (2016-03-17
1185
1185
1186
1186
* Use VC1 by default
1187
1187
* ` scw exec ` Add warning to try to clean the cache when an error occurred
@@ -1200,7 +1200,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1200
1200
* Update pricing ([ #294 ] ( https://github.com/scaleway/scaleway-cli/issues/294 ) )
1201
1201
* create-image-from-http.sh: using VPS instead of C1 ([ #301 ] ( https://github.com/scaleway/scaleway-cli/issues/301 ) )
1202
1202
1203
- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.7.1...master )
1203
+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.7.1...v1.8.0 )
1204
1204
1205
1205
### v1.7.1 (2016-01-29)
1206
1206
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
4
4
5
5
var (
6
6
// VERSION represents the semver version of the package, it is configured at build time
7
- VERSION = "v1.7.1+dev "
7
+ VERSION = "v1.8.0 "
8
8
9
9
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
10
10
GITCOMMIT string
You can’t perform that action at this time.
0 commit comments