Skip to content

Commit

Permalink
Bump version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jul 24, 2019
1 parent c1b76d9 commit 9bf833e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 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.14.1",
"PackageVersion": "1.15.0",
"ConfigVersion": "0.9"
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### To be Released

### 1.15.0

* Bugfix if notifier send all events [#453](https://github.com/Scalingo/cli/pull/453)
* Only fill regions cache for regional commands [#449](https://github.com/Scalingo/cli/pull/449)
* Add `backups-create` command [#452](https://github.com/Scalingo/cli/pull/452)
Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Scalingo-CLI v1.14.1
# Scalingo-CLI v1.15.0

This repository contains the command line utility for the public PaaS Scalingo

https://scalingo.com
[https://scalingo.com](https://scalingo.com)

## How to build?

Expand Down Expand Up @@ -52,7 +52,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.14.1
1.15.0
AUTHOR:
Scalingo Team <[email protected]>
Expand All @@ -61,12 +61,15 @@ COMMANDS:
help Shows a list of commands or help for one command
Addons:
addons List used add-ons
addons-add Provision an add-on for your application
addons-remove Remove an existing addon from your app
addons-upgrade Upgrade or downgrade an add-on attached to your app
backups List backups for an addon
backup-download Download a backup
addons List used add-ons
addons-add Provision an add-on for your application
addons-remove Remove an existing addon from your app
addons-upgrade Upgrade or downgrade an add-on attached to your app
backups-config Configure the periodic backups of a database
backups List backups for an addon
backups-create Ask for a new backup
backups-download Download a backup
backup-download Download a backup
Addons - Global:
addons-list List all addons
Expand Down Expand Up @@ -201,7 +204,7 @@ Bump new version number in:
- `VERSION`
- `config/version.go`

Build the new version for all platforms with: `./dists/make-release.sh -v 1.14.1`.
Build the new version for all platforms with: `./dists/make-release.sh -v 1.15.0`.

Tag and release a new version on GitHub [here](https://github.com/Scalingo/cli/releases/new). Attach
the zip archives created by the `make-release.sh` script to this release.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.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.14.1"
var Version = "1.15.0"

0 comments on commit 9bf833e

Please sign in to comment.