Skip to content

Commit 231c389

Browse files
author
tesladethray
committed
0.7.0 release
1 parent 6b88af9 commit 231c389

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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
5-
4+
##[0.7.0] - 2015-08-20
65
### Added
76
- `site delete` command will delete a site (moved from `sites delete`, which has been deprecated) (#370)
87
- `organizations sites --tag=<name>` filters list of sites by tag

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o
2121

2222
Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client:
2323
```bash
24-
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
24+
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
2525
```
2626

2727
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.6.1');
5+
define('TERMINUS_VERSION', '0.7.0');
66

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

0 commit comments

Comments
 (0)