Bump version to 10.0.0
Diff
Checklist
-
Diff link is up-to-date. -
Check the release notes: https://gitlab.com/api/v4/projects/4176070/repository/changelog?version=10.0.0 -
Based on the diff and the release notes, version.rb
is updated, according to SemVer. -
Test upgrade on gitlab-org/gitlab
: gitlab-org/gitlab!111469 (merged)
Observations
- RuboCop got faster (from ~45 minutes to ~28 minutes)
⚡
Changelog
Via curl https://gitlab.com/api/v4/projects/4176070/repository/changelog?version=10.0.0 | jq -r ".notes" | pbcopy
10.0.0 (2023-02-09)
Added (8 changes)
- Enable cop Layout/EmptyLineAfterMagicComment (merge request)
- Enable another set of Lint/* cops (merge request)
- Add rubocop-rake as a development dependency (merge request)
- Disable Style/NumberedParametersLimit (merge request)
- Enable Naming/InclusiveLanguage cop rule (merge request)
- Enable Style/NumberedParameters disallowing use of _1 (merge request)
- Add GitlabSecurity cops from rubocop-gitlab-security (merge request)
- Enable cop Security/CompoundHash (merge request)
Fixed (3 changes)
- Cop/RedirectWithStatus: Stop checking location programmatically (merge request)
- Fix autocorrection for Cop/LineBreakAfterGuardClauses (merge request)
- Cop/GemFetcher: Match also when gem version is used (merge request)
Changed (4 changes)
Edited by Peter Leitzen