Skip to content

Commit

Permalink
Merge pull request #343 from ergebnis/fix/version
Browse files Browse the repository at this point in the history
Fix: Adjust version in `manifest.xml`
  • Loading branch information
localheinz authored Oct 13, 2023
2 parents 5033a49 + dd9247d commit 4dd6d85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

### Fixed

- Adjusted version in `manifest.xml` ([#343]), by [@localheinz]

## [`2.3.1`][2.3.1]

For a full diff see [`2.3.0...2.3.1`][2.3.0...2.3.1].
Expand Down Expand Up @@ -153,5 +157,6 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[#273]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/273
[#340]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/340
[#342]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/342
[#343]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/343

[@localheinz]: https://github.com/localheinz
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.0" type="extension">
<contains name="ergebnis/phpunit-slow-test-detector" version="2.3.1" type="extension">
<extension for="phpunit/phpunit" compatible="^10.1"/>
</contains>

Expand Down

0 comments on commit 4dd6d85

Please sign in to comment.