Skip to content

Commit fdf89a4

Browse files
Release v3.2.1 (#402)
1 parent 059e911 commit fdf89a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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+
## [v3.2.1] - 2022-01-09
10+
11+
### Fixed
12+
13+
- [#401] Fix version number
14+
915
## [v3.2.0] - 2022-01-09
1016

1117
### Added
@@ -345,6 +351,7 @@ In `v2` this will result in exception.
345351

346352
- [#77] Fix high cpu usage
347353

354+
[#401]: https://github.com/lavary/crunz/pull/401
348355
[#398]: https://github.com/lavary/crunz/pull/398
349356
[#396]: https://github.com/lavary/crunz/pull/396
350357
[#394]: https://github.com/lavary/crunz/pull/394
@@ -513,6 +520,7 @@ In `v2` this will result in exception.
513520
[v3.0.1]: https://github.com/lavary/crunz/compare/v3.0.0...v3.0.1
514521
[v3.1.0]: https://github.com/lavary/crunz/compare/v3.0.1...v3.1.0
515522
[v3.2.0]: https://github.com/lavary/crunz/compare/v3.1.0...v3.2.0
523+
[v3.2.1]: https://github.com/lavary/crunz/compare/v3.2.0...v3.2.1
516524
[@andrewmy]: https://github.com/andrewmy
517525
[@arthurbarros]: https://github.com/arthurbarros
518526
[@bashgeek]: https://github.com/bashgeek

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
1313
| Version | Supported PHP versions |
1414
|---------------------|---------------------------------------------------------------------------------------------------|
1515
| dev v3 (v3.3-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
16-
| stable v3 (v3.2.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
16+
| stable v3 (v3.2.1) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
1717
| stable v2 (v2.3.1) | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) |
1818
| stable v1 (v1.12.4) | ![5.6-7.0+](https://img.shields.io/badge/php-%5E5.6%20%7C%7C%20%5E7.0-blue.svg?style=flat-square) |
1919

0 commit comments

Comments
 (0)