File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
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.1.0] - 2021-11-24
10
+
11
+ ### Changed
12
+
13
+ - [ #385 ] Replace ` Swiftmailer ` with ` symfony/mailer `
14
+
9
15
## [ v3.0.1] - 2021-05-25
10
16
11
17
### Fixed
@@ -323,6 +329,7 @@ In `v2` this will result in exception.
323
329
324
330
- [ #77 ] Fix high cpu usage
325
331
332
+ [ #385 ] : https://github.com/lavary/crunz/pull/385
326
333
[ #361 ] : https://github.com/lavary/crunz/pull/361
327
334
[ #356 ] : https://github.com/lavary/crunz/pull/356
328
335
[ #354 ] : https://github.com/lavary/crunz/pull/354
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
12
12
13
13
|Version|Supported PHP versions
14
14
| ---| ---|
15
- |dev v3 (v3.1 -dev)|![ 7.4+] ( https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square )
16
- |stable v3 (v3.0.1 )|![ 7.4+] ( https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square )
15
+ |dev v3 (v3.2 -dev)|![ 7.4+] ( https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square )
16
+ |stable v3 (v3.1.0 )|![ 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
Original file line number Diff line number Diff line change 72
72
"crunz:link-changelog" : " @php vendor/bin/changelog-linker dump-merges --dry-run --in-categories" ,
73
73
"crunz:link-changelog:since" : " @php vendor/bin/changelog-linker dump-merges --dry-run --in-categories --since-id" ,
74
74
"phpstan:check" : " @php vendor/bin/phpstan analyse -c phpstan.neon src tests crunz config bootstrap.php"
75
- },
76
- "extra" : {
77
- "branch-alias" : {
78
- "dev-master" : " v3.1-dev"
79
- }
80
75
}
81
76
}
You can’t perform that action at this time.
0 commit comments