Skip to content

Commit f284e63

Browse files
authored
Prepare release of version 9.5.0 (#1636)
1 parent c2c0988 commit f284e63

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
interval: "daily"
99
commit-message:
1010
prefix: "[Dependabot] "
11-
milestone: 13
11+
milestone: 14
1212
cooldown:
1313
default-days: 7
1414

@@ -26,6 +26,6 @@ updates:
2626
versioning-strategy: "increase"
2727
commit-message:
2828
prefix: "[Dependabot] "
29-
milestone: 13
29+
milestone: 14
3030
cooldown:
3131
default-days: 7

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,31 @@ Please also have a look at our
1010

1111
### Added
1212

13-
- Add support for PHP 8.6 (#1619)
14-
1513
### Changed
1614

1715
### Deprecated
1816

1917
### Removed
2018

19+
### Fixed
20+
21+
### Documentation
22+
23+
## 9.5.0: Add support for PHP 8.6
24+
25+
### Added
26+
27+
- Add support for PHP 8.6 (#1619)
28+
29+
### Removed
30+
2131
- Remove the `thecodingmachine/safe` dependency (#1622)
2232

2333
### Fixed
2434

2535
- Parse semicolon-terminated `@layer` statements (and other statement at-rules)
2636
instead of consuming until the next `{` (#1624)
2737

28-
### Documentation
29-
3038
## 9.4.0: Deprecations and bugfixes
3139

3240
### Deprecated

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"extra": {
6868
"branch-alias": {
69-
"dev-main": "9.5.x-dev"
69+
"dev-main": "9.6.x-dev"
7070
}
7171
},
7272
"scripts": {

0 commit comments

Comments
 (0)