## Diff
https://gitlab.com/gitlab-org/quality/dri/-/compare/v0.9.0...6a9c4fcc150741d578ec75141d3706891b6694bc
## Release Notes
```markdown
### Features
- !aaa
### Bug Fixes
- !bbb
### Maintenance
- !ccc
```
## Checklists
### Before merging:
- [ ] MR title is set to `Bump version to `, where `` is the new version, according to [SemVer](https://semver.org/).
- [ ] Diff link is up-to-date.
- [ ] Release notes are accurate.
- [ ] `lib/dri/version.rb` is updated with the new version number.
- [ ] `bundle update` was run to update `Gemfile.lock` with the new version number.
### After merging:
- [ ] Update the release notes for the [newly created tag](https://gitlab.com/gitlab-org/quality/dri/-/tags) with the release notes from this MR.