Skip to content

Commit

Permalink
Enhancement: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 27, 2024
1 parent 10b55be commit 7397341
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

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

- `^2.15.1`
- `^2.16.0`

## Unsupported Versions

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

- `<2.15.1`
- `<2.16.0`

## Reporting a Vulnerability

Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.15.1...main`][2.15.1...main].
For a full diff see [`2.16.0...main`][2.16.0...main].

## [`2.16.0`][2.16.0]

For a full diff see [`2.15.1...2.16.0`][2.15.1...2.16.0].

### Changed

Expand Down Expand Up @@ -287,7 +291,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[2.13.0...2.14.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.13.0...2.14.0
[2.14.0...2.15.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.14.0...2.15.0
[2.15.0...2.15.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.15.0...2.15.1
[2.15.1...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.15.1...main
[2.15.1...2.16.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.15.1...2.16.0
[2.16.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.16.0...main

[#6]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/6
[#8]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/8
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<phar xmlns="https://phar.io/xml/manifest/1.0">
<contains name="ergebnis/phpunit-slow-test-detector" version="2.15.1" type="extension">
<contains name="ergebnis/phpunit-slow-test-detector" version="2.16.0" type="extension">
<extension for="phpunit/phpunit" compatible="^7.5 || 8.5 || ^9.0 || ^10.0 || ^11.0"/>
</contains>

Expand Down

0 comments on commit 7397341

Please sign in to comment.