Skip to content

Commit

Permalink
Updating to 0.9.3 to address Composer installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
tesladethray committed Nov 17, 2015
1 parent c18f20e commit 21f7f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +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.9.3] - 2015-11-17
### Added
- `site environments` now includes data on whether environment is initialized yet. (#654)
- Login with Auth0 via `auth login --machine-token=<Auth0 token>` is now available. (#665)
Expand All @@ -18,6 +18,7 @@ All notable changes to this project starting with the 0.6.0 release will be docu
### Fixed
- Automatic version check disabled for testing. (#643)
- Bad Github API returns for version check now does not cause error. (#643)
- Composer installation does not return stability errors. (#661)

##[0.9.2] - 2015-10-29
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ composer require pantheon-systems/cli

Run this in this in your terminal client:
```bash
curl https://github.com/pantheon-systems/cli/releases/download/0.9.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
curl https://github.com/pantheon-systems/cli/releases/download/0.9.3/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

0 comments on commit 21f7f0a

Please sign in to comment.