Skip to content

Commit 513a2af

Browse files
committed
Prepare release
1 parent 8e590d1 commit 513a2af

File tree

4 files changed

+37
-28
lines changed

4 files changed

+37
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.0.1] - 2024-10-09
99

1010
### Added
1111

@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
* Updated `CONTRIBUTING.md` with more guidelines/information.
2424
* Updated `.gitattributes`
2525
* Updates:
26-
* `phpstan` to the non-dev `1.11.0`
26+
* `phpstan` to the non-dev `1.12.0`
2727
* `phpstan/phpstan-phpunit` to the non-dev `1.4.0`
2828
* `phpstan/phpstan-strict-rules` to the non-dev `1.6.0`
2929
* The `box` configuration for generating the Phar has been updated.
@@ -123,5 +123,6 @@ This initial version is forked from [rregeer/phpunit-coverage-check](https://git
123123

124124

125125
[unreleased]: https://github.com/ericsizemore/phpunit-coverage-check/tree/master
126+
[2.0.1]: https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/2.0.1
126127
[2.0.0]: https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/2.0.0
127128
[1.0.0]: https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/1.0.0

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ See [CONTRIBUTING](CONTRIBUTING.md)
220220
* See [backward-compatibility.md](backward-compatibility.md)
221221

222222

223+
### Credits
224+
225+
- Author: [Eric Sizemore](https://github.com/ericsizemore)
226+
- Thanks to [all Contributors](https://github.com/ericsizemore/phpunit-coverage-check/contributors).
227+
- Special thanks to [JetBrains](https://www.jetbrains.com/?from=phpunit-coverage-check) for their Licenses for Open Source Development.
228+
229+
223230
### Author
224231

225232
Eric Sizemore - <admin@secondversion.com> - <https://www.secondversion.com>

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"symfony/console": "^7.1"
5858
},
5959
"require-dev": {
60-
"friendsofphp/php-cs-fixer": "^3.62",
60+
"friendsofphp/php-cs-fixer": "^3.64",
6161
"phpstan/extension-installer": "^1.4",
62-
"phpstan/phpstan": "^1.11",
62+
"phpstan/phpstan": "^1.12",
6363
"phpstan/phpstan-deprecation-rules": "^1.2",
6464
"phpstan/phpstan-phpunit": "^1.4",
6565
"phpstan/phpstan-strict-rules": "^1.6",
66-
"phpunit/phpunit": "^11.3"
66+
"phpunit/phpunit": "^11.4"
6767
},
6868
"minimum-stability": "dev",
6969
"prefer-stable": true,
@@ -94,6 +94,7 @@
9494
}
9595
},
9696
"scripts": {
97+
"clear-build": "rm -rf ./build/*",
9798
"cs:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff",
9899
"cs:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php",
99100
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon -vvv",

composer.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)