Skip to content

Commit

Permalink
Enhancement: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 13, 2023
1 parent 4dd6d85 commit 59b2297
Show file tree
Hide file tree
Showing 3 changed files with 11 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.3.1`
- `^2.3.2`

## Unsupported Versions

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

- `<2.3.1`
- `<2.3.2`

## Reporting a Vulnerability

Expand Down
10 changes: 8 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.3.1...main`][2.3.1...main].
For a full diff see [`2.3.2...main`][2.3.2...main].

## [`2.3.2`][2.3.2]

For a full diff see [`2.3.1...2.3.2`][2.3.1...2.3.2].

### Fixed

Expand Down Expand Up @@ -112,6 +116,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[2.2.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.2.0
[2.3.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.3.0
[2.3.1]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.3.1
[2.3.2]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.3.2

[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0
[1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0
Expand All @@ -120,7 +125,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[2.1.1...2.2.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.1.1...2.2.0
[2.2.0...2.3.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.2.0...2.3.0
[2.3.0...2.3.1]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.3.0...2.3.1
[2.3.1...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.3.1...main
[2.3.1...2.3.2]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.3.1...2.3.2
[2.3.2...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.3.2...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.3.1" type="extension">
<contains name="ergebnis/phpunit-slow-test-detector" version="2.3.2" type="extension">
<extension for="phpunit/phpunit" compatible="^10.1"/>
</contains>

Expand Down

0 comments on commit 59b2297

Please sign in to comment.