Skip to content

Commit

Permalink
Merge pull request #418 from pantheon-systems/v0.7.0
Browse files Browse the repository at this point in the history
0.7.0 release
  • Loading branch information
TeslaDethray committed Aug 20, 2015
2 parents fbf9b7e + 231c389 commit 2d5d765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#Change Log
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)

## MASTER

##[0.7.0] - 2015-08-20
### Added
- `site delete` command will delete a site (moved from `sites delete`, which has been deprecated) (#370)
- `organizations sites --tag=<name>` filters list of sites by tag
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o

Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client:
```bash
curl https://github.com/pantheon-systems/cli/releases/download/0.6.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
curl https://github.com/pantheon-systems/cli/releases/download/0.7.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

To get started with Terminus, you must first authenticate:
Expand Down
2 changes: 1 addition & 1 deletion php/terminus.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//Can be used by plugins/themes to check if Terminus is running or not
define('Terminus', true);
define('TERMINUS_VERSION', '0.6.1');
define('TERMINUS_VERSION', '0.7.0');

$source = 'unknown';
if ((PHP_SAPI == 'cli') && isset($argv)) {
Expand Down

0 comments on commit 2d5d765

Please sign in to comment.