Skip to content

Commit 59357a7

Browse files
committed
Enhancement: Prepare release
1 parent dae1a07 commit 59357a7

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
The following versions of `ergebnis/php-cs-fixer-config` have active support:
66

7-
- `^6.35.0`
7+
- `^6.36.0`
88

99
## Unsupported Versions
1010

1111
The following versions of `ergebnis/php-cs-fixer-config` have reached their end of life:
1212

13-
- `<6.35.0`
13+
- `<6.36.0`
1414

1515
## Reporting a Vulnerability
1616

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`6.35.0...main`][6.35.0...main].
9+
For a full diff see [`6.36.0...main`][6.36.0...main].
10+
11+
## [`6.36.0`][6.36.0]
12+
13+
For a full diff see [`6.35.0...6.36.0`][6.35.0...6.36.0].
1014

1115
### Changed
1216

1317
- Updated `kubawerlos/php-cs-fixer-custom-fixers` ([#1095]), by [@dependabot]
1418
- Updated `friendsofphp/php-cs-fixer` ([#1102]), by [@dependabot]
1519
- Configured `trailing_comma_in_multiline` fixer to include `array_destructuring` in the `elements` option ([#1103]), by [@localheinz]
1620

17-
1821
## [`6.35.0`][6.35.0]
1922

2023
For a full diff see [`6.34.0...6.35.0`][6.34.0...6.35.0].
@@ -1338,6 +1341,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
13381341
[6.33.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/6.33.0
13391342
[6.34.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/6.34.0
13401343
[6.35.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/6.35.0
1344+
[6.36.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/6.36.0
13411345

13421346
[d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0
13431347
[1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0
@@ -1461,7 +1465,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
14611465
[6.32.0...6.33.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.32.0...6.33.0
14621466
[6.33.0...6.34.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.33.0...6.34.0
14631467
[6.34.0...6.35.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.34.0...6.35.0
1464-
[6.35.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.35.0...main
1468+
[6.35.0...6.36.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.35.0...6.36.0
1469+
[6.36.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/6.36.0...main
14651470

14661471
[#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3
14671472
[#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14

0 commit comments

Comments
 (0)