From de6391c6dd532df333e7044b1b29cd8623156b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 23 Jan 2024 13:02:50 +0100 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 12edd0f..f08b2dd 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/rector-rules` have active support: -- `~0.3.0` +- `~0.4.0` ## Unsupported Versions The following versions of `ergebnis/rector-rules` have reached their end of life: -- `<0.3.0` +- `<0.4.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 639052c..5fc6498 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 [`0.3.0...main`][0.3.0...main]. +For a full diff see [`0.4.0...main`][0.4.0...main]. + +## [`0.4.0`][0.4.0] + +For a full diff see [`0.3.0...0.4.0`][0.3.0...0.4.0]. ### Changed @@ -45,11 +49,13 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...0.1.0]. [0.1.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.1.0 [0.2.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.2.0 [0.3.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.3.0 +[0.4.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.4.0 [fd198f0...0.1.0]: https://github.com/ergebnis/rector-rules/compare/fd198f0...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/rector-rules/compare/0.1.0...0.2.0 [0.2.0...0.3.0]: https://github.com/ergebnis/rector-rules/compare/0.2.0...0.3.0 -[0.3.0...main]: https://github.com/ergebnis/rector-rules/compare/0.3.0...main +[0.3.0...0.4.0]: https://github.com/ergebnis/rector-rules/compare/0.3.0...0.4.0 +[0.4.0...main]: https://github.com/ergebnis/rector-rules/compare/0.4.0...main [#1]: https://github.com/ergebnis/rector-rules/pull/1 [#3]: https://github.com/ergebnis/rector-rules/pull/3