Skip to content

Commit

Permalink
Bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulou committed Apr 4, 2017
1 parent 365b019 commit 7c15e9a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"Include": "INSTALL*,README.md,LICENSE*",
"Exclude": "*.go"
},
"PackageVersion": "1.4.1",
"PackageVersion": "1.5.0",
"ConfigVersion": "0.9"
}
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

### v1.5.0

* [Feature] Add `deploy` command to deploy a tarball or a war archive directly

```
scalingo deploy archive.tar.gz
scalingo deploy project.war
scalingo deploy https://github.com/Scalingo/sample-go-martini/archive/master.tar.gz
```

### v1.4.1

* [Fix] Fix error message when a user tries to break its free trial before the end #458
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Scalingo-CLI v1.4.1
Scalingo-CLI v1.5.0
===================

This repository contains the command line utility for the public PaaS Scalingo
Expand Down Expand Up @@ -43,7 +43,7 @@ USAGE:
Scalingo Client [global options] command [command options] [arguments...]
VERSION:
1.4.1
1.5.0
AUTHOR(S):
Scalingo Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

var Version = "1.4.1"
var Version = "1.5.0"

0 comments on commit 7c15e9a

Please sign in to comment.