Skip to content

Commit

Permalink
Prepare release v1.11.0-beta.1. (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Oct 23, 2018
1 parent 42a2455 commit 3014d6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.11.0-beta.1 - 2018-10-23

### Added

- Custom `LockStore` support, issue [#125](https://github.com/lavary/crunz/issues/125) - PR [#153](https://github.com/lavary/crunz/pull/153) by [@digilist](https://github.com/digilist)

### Fixed

- Incompatibility with PHAR format - PR [#146](https://github.com/lavary/crunz/pull/146)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
|Version|Linux build|Windows build|
|---|---|---|
|stable (v1.10.1)|[![Build Status](https://img.shields.io/travis/lavary/crunz/v1.10.1.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|*Tag build not supported*
|beta (v1.11.0-beta.1)|[![Build Status](https://img.shields.io/travis/lavary/crunz/v1.11.0-beta.1.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|*Tag build not supported*
|v2 (master/v2.x-dev)|[![Build Status](https://img.shields.io/travis/lavary/crunz/master.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|[![AppVeyor branch](https://img.shields.io/appveyor/ci/lavary/crunz/master.svg?style=flat-square)](https://ci.appveyor.com/project/lavary/crunz)
|v1 (v1.x-dev)|[![Build Status](https://img.shields.io/travis/lavary/crunz/1.x.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|[![AppVeyor branch](https://img.shields.io/appveyor/ci/lavary/crunz/1.x.svg?style=flat-square)](https://ci.appveyor.com/project/lavary/crunz)

Expand Down
2 changes: 1 addition & 1 deletion crunz
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ if ($autoloadFileFound === false) {
);
}

$application = new Crunz\Application('Crunz Command Line Interface', 'v1.10.1');
$application = new Crunz\Application('Crunz Command Line Interface', 'v1.11.0-beta.1');
$application->run();

0 comments on commit 3014d6a

Please sign in to comment.