Skip to content

Commit

Permalink
Release 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbarry authored Dec 13, 2016
2 parents a246d23 + 3e0581a commit 4bd9ab6
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 145 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: php

branches:
# Only test the master branch and SemVer tags.
# This branch of terminus is maintenance mode and not actively developed
only:
- master
- /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
- 0.13.x

php:
- 5.5
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
#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)

## 0.13.6 - 2016-12-13
### Changed
- Users are notified of impending Terminus release via update notification with the following message:
NOTICE:
Terminus version v1.0 and later introduces a new command line and argument structure that is incompatible with any custom scripts that use terminus or older plugins that you may be using.

PLEASE CONSIDER THE IMPACT TO YOUR AUTOMATION SCRIPTS AND PLUGIN DEPENDENCIES BEFORE UPGRADING TO TERMINUS v1.0

Terminus users will benefit from the new simplified and consistent command structure in v1.0 We have prepared an upgrade guide to assist you in learning the differences and improvements:
https://pantheon.io/docs/terminus/commands/compare/

## 0.13.5
- Rerelease of 0.13.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Terminus
============

[![Build Status](https://travis-ci.org/pantheon-systems/terminus.svg?branch=master)](https://travis-ci.org/pantheon-systems/terminus) [![Dependency Status](https://gemnasium.com/pantheon-systems/terminus.svg)](https://gemnasium.com/pantheon-systems/terminus)
[![Coverage Status](https://coveralls.io/repos/github/pantheon-systems/terminus/badge.svg?branch=master)](https://coveralls.io/github/pantheon-systems/terminus?branch=master)
[![Build Status](https://travis-ci.org/pantheon-systems/terminus.svg?branch=0.13.x)](https://travis-ci.org/pantheon-systems/terminus) [![Dependency Status](https://gemnasium.com/pantheon-systems/terminus.svg)](https://gemnasium.com/pantheon-systems/terminus)
[![Coverage Status](https://coveralls.io/repos/github/pantheon-systems/terminus/badge.svg?branch=0.13.x)](https://coveralls.io/github/pantheon-systems/terminus?branch=0.13.x)

Terminus is Pantheon's Command Line Interface (CLI), providing equivalent functionality to the Pantheon Web Dashboard and easier scripting.

Expand Down
Loading

0 comments on commit 4bd9ab6

Please sign in to comment.