Skip to content

Commit fb235ae

Browse files
Release v2.0.2 (#253)
1 parent 065a694 commit fb235ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## [v2.0.2] - 2019-10-06
10+
11+
### Fixed
12+
13+
- [#251] Update PHPUnit to avoid PHP7.4 deprecations
14+
915
## [v1.12.2] - 2019-10-05
1016

1117
### Fixed
@@ -209,6 +215,7 @@ In `v2` this will result in exception.
209215

210216
- [#77] Fix high cpu usage
211217

218+
[#251]: https://github.com/lavary/crunz/pull/251
212219
[#245]: https://github.com/lavary/crunz/pull/245
213220
[#243]: https://github.com/lavary/crunz/pull/243
214221
[#229]: https://github.com/lavary/crunz/pull/229
@@ -330,6 +337,7 @@ In `v2` this will result in exception.
330337
[v1.12.2]: https://github.com/lavary/crunz/compare/v1.12.1...v1.12.2
331338
[v2.0.0]: https://github.com/lavary/crunz/compare/v1.12.0...v2.0.0
332339
[v2.0.1]: https://github.com/lavary/crunz/compare/v2.0.0...v2.0.1
340+
[v2.0.2]: https://github.com/lavary/crunz/compare/v2.0.1...v2.0.2
333341
[@vinkla]: https://github.com/vinkla
334342
[@timurbakarov]: https://github.com/timurbakarov
335343
[@radarhere]: https://github.com/radarhere

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
1212

1313
|Version|Supported PHP versions|Linux build|Windows build|
1414
|---|---|---|---|
15-
|stable (v2.0.1)|![7.2+](https://img.shields.io/badge/php-%5E7.2-blue.svg?style=flat-square)|[![Build Status](https://img.shields.io/travis/lavary/crunz/v2.0.1.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|*Tag build not supported*
15+
|stable (v2.0.2)|![7.2+](https://img.shields.io/badge/php-%5E7.2-blue.svg?style=flat-square)|[![Build Status](https://img.shields.io/travis/lavary/crunz/v2.0.2.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|*Tag build not supported*
1616
|dev v2 (master/v2.x-dev)|![7.2+](https://img.shields.io/badge/php-%5E7.2-blue.svg?style=flat-square)|[![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)
1717
|dev v1.12.x (v1.12.x-dev)|![5.6+](https://img.shields.io/badge/php-%5E5.6%20%7C%7C%20%5E7.0-blue.svg?style=flat-square)|[![Build Status](https://img.shields.io/travis/lavary/crunz/1.12.x.svg?style=flat-square)](https://travis-ci.org/lavary/crunz)|[![AppVeyor branch](https://img.shields.io/appveyor/ci/lavary/crunz/1.12.x.svg?style=flat-square)](https://ci.appveyor.com/project/lavary/crunz)
1818

crunz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ if ($autoloadFileFound === false) {
6767
);
6868
}
6969

70-
$application = new Crunz\Application('Crunz Command Line Interface', 'v2.0.1');
70+
$application = new Crunz\Application('Crunz Command Line Interface', 'v2.0.2');
7171
$application->run();

0 commit comments

Comments
 (0)