Skip to content

Commit

Permalink
Enhancement: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 30, 2023
1 parent 1bea96b commit 77926ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77926ee

Please sign in to comment.