Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[TASK] Prepare release of version 9.1.0
  • Loading branch information
oliverklee committed Sep 13, 2025
commit eeaacc6b4ba686a0f0c9cfe70db6b57a921ae0f2
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
interval: "daily"
commit-message:
prefix: "[Dependabot] "
milestone: 9
milestone: 10

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -25,4 +25,4 @@ updates:
versioning-strategy: "increase"
commit-message:
prefix: "[Dependabot] "
milestone: 9
milestone: 10
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Please also have a look at our

### Added

- Add support for PHP 8.5 (#1355)

### Changed

### Deprecated
Expand All @@ -20,12 +18,20 @@ Please also have a look at our

### Fixed

### Documentation

## 9.1.0: Add support for PHP 8.5

### Added

- Add support for PHP 8.5 (#1355)

### Fixed

- Improve performance of selector validation
(avoiding silent PCRE catastrophic failure) (#1372)
- Use typesafe versions of PHP functions (#1368, #1370)

### Documentation

## 9.0.0: New features, deprecation removals and bug fixes

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "9.1.x-dev"
"dev-main": "9.2.x-dev"
}
},
"scripts": {
Expand Down