Skip to content

Commit

Permalink
Updated to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesladethray committed Dec 22, 2016
1 parent 945f873 commit 4669dba
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 29 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## MASTER
## 1.0.0-beta.1 - 2016-12-21
### Changed
- Moved to Symfony Console
- Updated command structure. Please see [https://pantheon.io/docs/terminus/commands/compare](https://pantheon.io/docs/terminus/commands/compare) for updates.

_Terminus version v1.0 and later introduces a new command line and argument structure that is incompatible with any custom scripts that use 0.x Terminus or older plugins that you may be using.
Please consider the impact to your automation scripts and plugins before upgrading to Terminus v1.0._
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"prefer-stable": true,
"require": {
"php": ">=5.5.9",
"composer/semver": "1.4",
"composer/semver": "^1.4",
"consolidation/robo": "^1.0.5",
"guzzlehttp/guzzle": "^6.2",
"psy/psysh": "^0.7",
"psy/psysh": "^0.8",
"symfony/finder": "~2.7|^3.1",
"symfony/yaml": "~2.1|^3.1"
},
Expand Down
51 changes: 26 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '1.0.0-alpha'
TERMINUS_VERSION: '1.0.0-beta.1'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down

0 comments on commit 4669dba

Please sign in to comment.