Skip to content

Commit 75fdfb5

Browse files
authored
[TASK] Prepare release of version 9.0.0 (#1328)
Closes #1326
1 parent 7413819 commit 75fdfb5

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.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: 1
11+
milestone: 9
1212

1313
- package-ecosystem: "composer"
1414
directory: "/"
@@ -24,4 +24,4 @@ updates:
2424
versioning-strategy: "increase"
2525
commit-message:
2626
prefix: "[Dependabot] "
27-
milestone: 1
27+
milestone: 9

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ Please also have a look at our
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Documentation
22+
23+
## 9.0.0: New features, deprecation removals and bug fixes
24+
25+
### Added
26+
1327
- Interface `RuleContainer` for `RuleSet` `Rule` manipulation methods (#1256)
1428
- Partial support for CSS Color Module Level 4:
1529
- `rgb` and `rgba`, and `hsl` and `hsla` are now aliases (#797}
@@ -43,8 +57,6 @@ Please also have a look at our
4357
#1187, #1190, #1192, #1193, #1203)
4458
- Add visibility to all class/interface constants (#469)
4559

46-
### Deprecated
47-
4860
### Removed
4961

5062
- Remove `getLineNo()` from these classes (use `getLineNumber()` instead):

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-main": "9.0.x-dev"
64+
"dev-main": "9.1.x-dev"
6565
}
6666
},
6767
"scripts": {

0 commit comments

Comments
 (0)