Skip to content

Commit ab7c590

Browse files
Release v3.1.0 (#386)
1 parent 87ce987 commit ab7c590

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Diff for: CHANGELOG.md

+7
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.1.0] - 2021-11-24
10+
11+
### Changed
12+
13+
- [#385] Replace `Swiftmailer` with `symfony/mailer`
14+
915
## [v3.0.1] - 2021-05-25
1016

1117
### Fixed
@@ -323,6 +329,7 @@ In `v2` this will result in exception.
323329

324330
- [#77] Fix high cpu usage
325331

332+
[#385]: https://github.com/lavary/crunz/pull/385
326333
[#361]: https://github.com/lavary/crunz/pull/361
327334
[#356]: https://github.com/lavary/crunz/pull/356
328335
[#354]: https://github.com/lavary/crunz/pull/354

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos
1212

1313
|Version|Supported PHP versions
1414
|---|---|
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)
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

Diff for: composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,5 @@
7272
"crunz:link-changelog": "@php vendor/bin/changelog-linker dump-merges --dry-run --in-categories",
7373
"crunz:link-changelog:since": "@php vendor/bin/changelog-linker dump-merges --dry-run --in-categories --since-id",
7474
"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-
}
8075
}
8176
}

0 commit comments

Comments
 (0)