From 5b9d29ce0f04db25c2e915cc3125ffc02d161060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 3 Feb 2023 15:37:37 +0100 Subject: [PATCH] Enhancement: Prepare release --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0fc296..9aa79942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 [`7afa59c...main`][7afa59c...main]. +For a full diff see [`1.0.0...main`][1.0.0...main]. + +## [`1.0.0`][1.0.0] + +For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0]. ### Added @@ -38,7 +42,10 @@ For a full diff see [`7afa59c...main`][7afa59c...main]. * Removed `SlowTestCollector` ([#36]), by [@localheinz] -[7afa59c...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...main +[1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/1.0.0 + +[7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0 +[1.0.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...main [#6]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/6 [#8]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/8