Skip to content

Commit db8ffc1

Browse files
Release v2.2.4 (#343)
1 parent 847c28d commit db8ffc1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
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.2.4] - 2020-12-18
10+
11+
### Fixed
12+
13+
- [#333] Include symlinks in Finder, thanks to [@iluuu1994]
14+
915
## [v2.2.3] - 2020-11-29
1016

1117
### Fixed
@@ -282,6 +288,7 @@ In `v2` this will result in exception.
282288
- [#77] Fix high cpu usage
283289

284290
[#334]: https://github.com/lavary/crunz/pull/334
291+
[#333]: https://github.com/lavary/crunz/pull/333
285292
[#326]: https://github.com/lavary/crunz/pull/326
286293
[#321]: https://github.com/lavary/crunz/pull/321
287294
[#298]: https://github.com/lavary/crunz/pull/298
@@ -426,6 +433,7 @@ In `v2` this will result in exception.
426433
[v2.2.1]: https://github.com/lavary/crunz/compare/v2.2.0...v2.2.1
427434
[v2.2.2]: https://github.com/lavary/crunz/compare/v2.2.1...v2.2.2
428435
[v2.2.3]: https://github.com/lavary/crunz/compare/v2.2.2...v2.2.3
436+
[v2.2.4]: https://github.com/lavary/crunz/compare/v2.2.3...v2.2.4
429437
[@vinkla]: https://github.com/vinkla
430438
[@timurbakarov]: https://github.com/timurbakarov
431439
[@radarhere]: https://github.com/radarhere
@@ -443,3 +451,4 @@ In `v2` this will result in exception.
443451
[@SadeghPM]: https://github.com/SadeghPM
444452
[@mareksuscak]: https://github.com/mareksuscak
445453
[@rrushton]: https://github.com/rrushton
454+
[@iluuu1994]: https://github.com/iluuu1994

README.md

+1-1
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|Windows build|
1414
|---|---|---|
15-
|stable (v2.2.3)|![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square)|*Tag build not supported*
15+
|stable (v2.2.4)|![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square)|*Tag build not supported*
1616
|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)
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)|[![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

+1-1
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.2.3');
70+
$application = new Crunz\Application('Crunz Command Line Interface', 'v2.2.4');
7171
$application->run();

0 commit comments

Comments
 (0)