Skip to content

Commit e713c13

Browse files
committed
Enhancement: Prepare release
1 parent 7431f79 commit e713c13

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
The following versions of `ergebnis/phpunit-slow-test-detector` have active support:
66

7-
- `^2.23.0`
7+
- `^2.24.0`
88

99
## Unsupported Versions
1010

1111
The following versions of `ergebnis/phpunit-slow-test-detector` have reached their end of life:
1212

13-
- `<2.23.0`
13+
- `<2.24.0`
1414

1515
## Reporting a Vulnerability
1616

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.23.0...main`][2.23.0...main].
9+
For a full diff see [`2.24.0...main`][2.24.0...main].
10+
11+
## [`2.24.0`][2.24.0]
12+
13+
For a full diff see [`2.23.0...2.24.0`][2.23.0...2.24.0].
1014

1115
### Added
1216

@@ -383,6 +387,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
383387
[2.22.1]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.22.1
384388
[2.22.2]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.22.2
385389
[2.23.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.23.0
390+
[2.24.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.24.0
386391

387392
[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0
388393
[1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0
@@ -416,7 +421,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
416421
[2.21.0...2.22.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.21.0...2.22.0
417422
[2.22.0...2.22.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.22.0...2.22.1
418423
[2.22.1...2.22.2]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.22.1...2.22.2
419-
[2.23.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.23.0...main
424+
[2.24.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.24.0...main
425+
[2.23.0...2.24.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.23.0...2.24.0
420426
[2.22.2...2.23.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.22.2...2.23.0
421427

422428
[#6]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/6

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<phar xmlns="https://phar.io/xml/manifest/1.0">
3-
<contains name="ergebnis/phpunit-slow-test-detector" version="2.23.0" type="extension">
3+
<contains name="ergebnis/phpunit-slow-test-detector" version="2.24.0" type="extension">
44
<extension for="phpunit/phpunit" compatible="^7.5 || 8.5 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"/>
55
</contains>
66

0 commit comments

Comments
 (0)