Skip to content

Commit 47adab3

Browse files
committed
Merge pull request #608 from pantheon-systems/0.9.0
Updating to version 0.9.0
2 parents dd210a5 + a30df4f commit 47adab3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
##Master
4+
##[0.9.0] - 2015-10-22
55
### Added
66
- `site environment-info --site=<site> --env=<env> [--field=<field>]` (#582)
77
- `site backups get` now has an optional `--file=<filename>` parameter for selection. (#604)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ composer global require pantheon-systems/cli
3737

3838
Run this in this in your terminal client:
3939
```bash
40-
curl https://github.com/pantheon-systems/cli/releases/download/0.8.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
40+
curl https://github.com/pantheon-systems/cli/releases/download/0.9.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4141
```
4242

4343
To get started with Terminus, you must first authenticate:

php/terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//Can be used by plugins/themes to check if Terminus is running or not
44
define('Terminus', true);
5-
define('TERMINUS_VERSION', '0.8.1');
5+
define('TERMINUS_VERSION', '0.9.0');
66

77
$source = 'unknown';
88
if ((PHP_SAPI == 'cli') && isset($argv)) {

utils/contrib-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ $# -lt 1 ]; then
4-
echo "usage: $(basename $0) v0.8.1..master [-l]"
4+
echo "usage: $(basename $0) v0.9.0..master [-l]"
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)