Skip to content

Commit 21f7f0a

Browse files
author
tesladethray
committed
Updating to 0.9.3 to address Composer installation error
1 parent c18f20e commit 21f7f0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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.3] - 2015-11-17
55
### Added
66
- `site environments` now includes data on whether environment is initialized yet. (#654)
77
- Login with Auth0 via `auth login --machine-token=<Auth0 token>` is now available. (#665)
@@ -18,6 +18,7 @@ All notable changes to this project starting with the 0.6.0 release will be docu
1818
### Fixed
1919
- Automatic version check disabled for testing. (#643)
2020
- Bad Github API returns for version check now does not cause error. (#643)
21+
- Composer installation does not return stability errors. (#661)
2122

2223
##[0.9.2] - 2015-10-29
2324
### Fixed

README.md

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

3939
Run this in this in your terminal client:
4040
```bash
41-
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
41+
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
4242
```
4343

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

0 commit comments

Comments
 (0)