From 77926eedabc0c5de0aa676e2c5449b76d851b861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 30 Sep 2023 11:16:32 +0200 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 6a90c94..b1595bc 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/rector-rules` have active support: -- `x.y.z` +- `~0.1.0` ## Unsupported Versions The following versions of `ergebnis/rector-rules` have reached their end of life: -- `x.y.z` +- `<0.1.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ebd87..45e7d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`fd198f0...main`][fd198f0...main]. +For a full diff see [`0.1.0...main`][0.1.0...main]. + +## [`0.1.0`][0.1.0] + +For a full diff see [`[fd198f0...0.1.0]`][[fd198f0...0.1.0]]. ### Added -- Added `Rules\Arrays\SortAssociativeArrayByKeyRector` ([#81]), by [@localheinz] +- Added `Rules\Arrays\SortAssociativeArrayByKeyRector` ([#1]), by [@localheinz] + +[0.1.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.1.0 -[fd198f0...main]: https://github.com/ergebnis/rector-rules/compare/fd198f0...main +[fd198f0...0.1.0]: https://github.com/ergebnis/rector-rules/compare/fd198f0...0.1.0 +[0.1.0...main]: https://github.com/ergebnis/rector-rules/compare/0.1.0...main [#1]: https://github.com/ergebnis/rector-rules/pull/1