Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.2.1 #402

Merged
merged 1 commit into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 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

## [v3.2.1] - 2022-01-09

### Fixed

- [#401] Fix version number

## [v3.2.0] - 2022-01-09

### Added
Expand Down Expand Up @@ -345,6 +351,7 @@ In `v2` this will result in exception.

- [#77] Fix high cpu usage

[#401]: https://github.com/lavary/crunz/pull/401
[#398]: https://github.com/lavary/crunz/pull/398
[#396]: https://github.com/lavary/crunz/pull/396
[#394]: https://github.com/lavary/crunz/pull/394
Expand Down Expand Up @@ -513,6 +520,7 @@ In `v2` this will result in exception.
[v3.0.1]: https://github.com/lavary/crunz/compare/v3.0.0...v3.0.1
[v3.1.0]: https://github.com/lavary/crunz/compare/v3.0.1...v3.1.0
[v3.2.0]: https://github.com/lavary/crunz/compare/v3.1.0...v3.2.0
[v3.2.1]: https://github.com/lavary/crunz/compare/v3.2.0...v3.2.1
[@andrewmy]: https://github.com/andrewmy
[@arthurbarros]: https://github.com/arthurbarros
[@bashgeek]: https://github.com/bashgeek
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
| Version | Supported PHP versions |
|---------------------|---------------------------------------------------------------------------------------------------|
| dev v3 (v3.3-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v3 (v3.2.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v3 (v3.2.1) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) |
| stable v2 (v2.3.1) | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) |
| 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) |

Expand Down