Skip to content

Commit ec60e22

Browse files
committed
Enhancement: Prepare release
1 parent 7cfc412 commit ec60e22

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 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 [`1.0.0...main`][1.0.0...main].
9+
For a full diff see [`2.0.0...main`][2.0.0...main].
10+
11+
## [`2.0.0`][2.0.0]
12+
13+
For a full diff see [`1.0.0...2.0.0`][1.0.0...2.0.0].
1014

1115
### Changed
1216

@@ -22,7 +26,6 @@ For a full diff see [`1.0.0...main`][1.0.0...main].
2226
- Increased default maximum count from `3` to `10` and default maximum duration from `125` to `500` milliseconds ([#218]), by [@localheinz]
2327
- Fixed resolving maximum duration from `@slowThreshold` annotation ([#221]), by [@localheinz]
2428

25-
2629
## [`1.0.0`][1.0.0]
2730

2831
For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
@@ -58,9 +61,11 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
5861
- Removed `SlowTestCollector` ([#36]), by [@localheinz]
5962

6063
[1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/1.0.0
64+
[2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.0.0
6165

6266
[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0
63-
[1.0.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...main
67+
[1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0
68+
[2.0.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.0.0...main
6469

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

0 commit comments

Comments
 (0)