Skip to content

Commit

Permalink
Release v2.3.1 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored May 25, 2021
1 parent 322a6ea commit 14659ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion 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

## [v2.3.1] - 2021-05-25

### Fixed

- [#361] Log to specific event log file, thanks to [@drjayvee]

## [v2.3.0] - 2021-03-14

### Deprecated
Expand Down Expand Up @@ -298,6 +304,7 @@ In `v2` this will result in exception.

- [#77] Fix high cpu usage

[#361]: https://github.com/lavary/crunz/pull/361
[#344]: https://github.com/lavary/crunz/pull/344
[#334]: https://github.com/lavary/crunz/pull/334
[#333]: https://github.com/lavary/crunz/pull/333
Expand Down Expand Up @@ -449,6 +456,7 @@ In `v2` this will result in exception.
[v2.2.3]: https://github.com/lavary/crunz/compare/v2.2.2...v2.2.3
[v2.2.4]: https://github.com/lavary/crunz/compare/v2.2.3...v2.2.4
[v2.3.0]: https://github.com/lavary/crunz/compare/v2.2.4...v2.3.0
[v2.3.1]: https://github.com/lavary/crunz/compare/v2.3.0...v2.3.1
[@vinkla]: https://github.com/vinkla
[@timurbakarov]: https://github.com/timurbakarov
[@radarhere]: https://github.com/radarhere
Expand All @@ -466,4 +474,5 @@ In `v2` this will result in exception.
[@SadeghPM]: https://github.com/SadeghPM
[@mareksuscak]: https://github.com/mareksuscak
[@rrushton]: https://github.com/rrushton
[@iluuu1994]: https://github.com/iluuu1994
[@iluuu1994]: https://github.com/iluuu1994
[@drjayvee]: https://github.com/drjayvee
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos

|Version|Supported PHP versions|Windows build|
|---|---|---|
|stable (v2.3.0)|![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square)|*Tag build not supported*
|stable (v2.3.1)|![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square)|*Tag build not supported*
|dev v2 (master/v2.x-dev)|![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square)|[![AppVeyor branch](https://img.shields.io/appveyor/ci/lavary/crunz/master.svg?style=flat-square)](https://ci.appveyor.com/project/lavary/crunz)
|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)|[![AppVeyor branch](https://img.shields.io/appveyor/ci/lavary/crunz/1.12.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 @@ -67,5 +67,5 @@ if ($autoloadFileFound === false) {
);
}

$application = new Crunz\Application('Crunz Command Line Interface', 'v2.3-dev');
$application = new Crunz\Application('Crunz Command Line Interface', 'v2.3.1');
$application->run();

0 comments on commit 14659ac

Please sign in to comment.