Skip to content

Commit 1ef642b

Browse files
committed
v1.8.0
1 parent cf92f27 commit 1ef642b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.7.1+dev",
20+
"PackageVersion": "1.8.0",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -730,13 +730,13 @@ Examples:
730730
┌ ─ ─ ─ ─ ─ scw run docker ─ ─ ─ ─ ┐
731731
732732
│ ┌───────────────────────────┐ │
733-
│server=$(scw create docker)│
733+
│server=$(scw create docker)│
734734
│ └───────────────────────────┘ │
735-
+
735+
+
736736
│ ┌─────────────────┐ │
737-
│scw start $SERVER│
737+
│scw start $SERVER│
738738
│ └─────────────────┘ │
739-
+
739+
+
740740
│┌─────────────────────────────────┐│
741741
│scw exec --wait $SERVER /bin/bash│
742742
│└─────────────────────────────────┘│
@@ -1181,7 +1181,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11811181

11821182
## Changelog
11831183

1184-
### master (unreleased)
1184+
### v1.8.0 (2016-03-17
11851185

11861186
* Use VC1 by default
11871187
* `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'
12001200
* Update pricing ([#294](https://github.com/scaleway/scaleway-cli/issues/294))
12011201
* create-image-from-http.sh: using VPS instead of C1 ([#301](https://github.com/scaleway/scaleway-cli/issues/301))
12021202

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)
12041204

12051205
### v1.7.1 (2016-01-29)
12061206

pkg/scwversion/version.go

+1-1
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, it is configured at build time
7-
VERSION = "v1.7.1+dev"
7+
VERSION = "v1.8.0"
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)