From d5d04204bd3e20780aee0f781af21c7caa966355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 6 Feb 2024 18:20:59 +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 f08b2dd..853f58b 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/rector-rules` have active support: -- `~0.4.0` +- `^1.0.0` ## Unsupported Versions The following versions of `ergebnis/rector-rules` have reached their end of life: -- `<0.4.0` +- `<1.0.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 414b992..abcf6d3 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.4.0...main`][0.4.0...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 [`0.4.0...1.0.0`][0.4.0...1.0.0]. ### Changed @@ -54,12 +58,14 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...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 +[1.0.0]: https://github.com/ergebnis/rector-rules/releases/tag/1.0.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...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 +[0.4.0...1.0.0]: https://github.com/ergebnis/rector-rules/compare/0.4.0...1.0.0 +[1.0.0...main]: https://github.com/ergebnis/rector-rules/compare/1.0.0...main [#1]: https://github.com/ergebnis/rector-rules/pull/1 [#3]: https://github.com/ergebnis/rector-rules/pull/3