Skip to content

Commit

Permalink
Cut 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 30, 2024
1 parent 067c641 commit 30f6669
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 48 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 1.21.0 (2024-03-30)

### New features

* [#446](https://github.com/rubocop/rubocop-performance/pull/446): Support Prism as a Ruby parser (experimental). ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -58,7 +58,7 @@ Performance/Casecmp:
Enabled: false
Safe: false
VersionAdded: '0.36'
VersionChanged: '<<next>>'
VersionChanged: '1.21'

Performance/ChainArrayAllocation:
Description: >-
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Expand Up @@ -2,6 +2,6 @@ name: rubocop-performance
title: RuboCop Performance
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
version: '1.21'
nav:
- modules/ROOT/nav.adoc

0 comments on commit 30f6669

Please sign in to comment.