From 05eac58d099b7351158034d7a564def6758e9fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 29 Nov 2023 23:43:27 +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 6631ac1..12edd0f 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/rector-rules` have active support: -- `~0.2.0` +- `~0.3.0` ## Unsupported Versions The following versions of `ergebnis/rector-rules` have reached their end of life: -- `<0.2.0` +- `<0.3.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 29213d4..f38ea59 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.2.0...main`][0.2.0...main]. +For a full diff see [`0.3.0...main`][0.3.0...main]. + +## [`0.3.0`][0.3.0] + +For a full diff see [`0.2.0...0.3.0`][0.2.0...0.3.0]. ### Added @@ -35,10 +39,12 @@ 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 [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...main]: https://github.com/ergebnis/rector-rules/compare/0.2.0...main +[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 [#1]: https://github.com/ergebnis/rector-rules/pull/1 [#3]: https://github.com/ergebnis/rector-rules/pull/3