Skip to content

Commit 30d46c0

Browse files
committed
Enhancement: Prepare release
1 parent 0fe7b42 commit 30d46c0

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/SECURITY.md

+2-2
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.16.0`
7+
- `^2.16.1`
88

99
## Unsupported Versions
1010

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

13-
- `<2.16.0`
13+
- `<2.16.1`
1414

1515
## Reporting a Vulnerability
1616

CHANGELOG.md

+8-2
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.16.0...main`][2.16.0...main].
9+
For a full diff see [`2.16.1...main`][2.16.1...main].
10+
11+
## [`2.16.1`][2.16.1]
12+
13+
For a full diff see [`2.16.0...2.16.1`][2.16.0...2.16.1].
1014

1115
### Fixed
1216

@@ -274,6 +278,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
274278
[2.15.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.15.0
275279
[2.15.1]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.15.1
276280
[2.16.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.16.0
281+
[2.16.1]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.16.1
277282

278283
[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0
279284
[1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0
@@ -297,7 +302,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
297302
[2.14.0...2.15.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.14.0...2.15.0
298303
[2.15.0...2.15.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.15.0...2.15.1
299304
[2.15.1...2.16.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.15.1...2.16.0
300-
[2.16.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.0...main
305+
[2.16.0...2.16.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.0...2.16.1
306+
[2.16.1...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.1...main
301307

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

manifest.xml

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

0 commit comments

Comments
 (0)