File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Unreleased
8
8
9
+ ## [ v3.2.1] - 2022-01-09
10
+
11
+ ### Fixed
12
+
13
+ - [ #401 ] Fix version number
14
+
9
15
## [ v3.2.0] - 2022-01-09
10
16
11
17
### Added
@@ -345,6 +351,7 @@ In `v2` this will result in exception.
345
351
346
352
- [ #77 ] Fix high cpu usage
347
353
354
+ [ #401 ] : https://github.com/lavary/crunz/pull/401
348
355
[ #398 ] : https://github.com/lavary/crunz/pull/398
349
356
[ #396 ] : https://github.com/lavary/crunz/pull/396
350
357
[ #394 ] : https://github.com/lavary/crunz/pull/394
@@ -513,6 +520,7 @@ In `v2` this will result in exception.
513
520
[ v3.0.1 ] : https://github.com/lavary/crunz/compare/v3.0.0...v3.0.1
514
521
[ v3.1.0 ] : https://github.com/lavary/crunz/compare/v3.0.1...v3.1.0
515
522
[ 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
516
524
[ @andrewmy ] : https://github.com/andrewmy
517
525
[ @arthurbarros ] : https://github.com/arthurbarros
518
526
[ @bashgeek ] : https://github.com/bashgeek
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
13
13
| Version | Supported PHP versions |
14
14
| ---------------------| ---------------------------------------------------------------------------------------------------|
15
15
| 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 ) |
17
17
| stable v2 (v2.3.1) | ![ 7.2+] ( https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square ) |
18
18
| 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 ) |
19
19
You can’t perform that action at this time.
0 commit comments