Skip to content

Commit 2f66ad7

Browse files
committed
Enhancement: Prepare release
1 parent 70a9437 commit 2f66ad7

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.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.18.0`
7+
- `^2.19.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.18.0`
13+
- `<2.19.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.18.0...main`][2.18.0...main].
9+
For a full diff see [`2.19.0...main`][2.19.0...main].
10+
11+
## [`2.19.0`][2.19.0]
12+
13+
For a full diff see [`2.18.0...2.19.0`][2.18.0...2.19.0].
1014

1115
### Changed
1216

@@ -301,6 +305,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
301305
[2.16.1]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.16.1
302306
[2.17.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.17.0
303307
[2.18.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.18.0
308+
[2.19.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.19.0
304309

305310
[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0
306311
[1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0
@@ -327,7 +332,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
327332
[2.16.0...2.16.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.0...2.16.1
328333
[2.16.1...2.17.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.1...2.17.0
329334
[2.17.0...2.18.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.17.0...2.18.0
330-
[2.18.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.18.0...main
335+
[2.18.0...2.19.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.18.0...2.19.0
336+
[2.19.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.19.0...main
331337

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

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.18.0" type="extension">
3+
<contains name="ergebnis/phpunit-slow-test-detector" version="2.19.0" type="extension">
44
<extension for="phpunit/phpunit" compatible="^7.5 || 8.5 || ^9.0 || ^10.0 || ^11.0 || ^12.0"/>
55
</contains>
66

0 commit comments

Comments
 (0)