Skip to content

Commit

Permalink
Cut 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Nov 14, 2024
1 parent 8633b3a commit 7c904d6
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 1.23.0 (2024-11-14)

### New features

* [#474](https://github.com/rubocop/rubocop-performance/pull/474): Add new `Performance/StringBytesize` cop. ([@viralpraxis][])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Performance/StringBytesize:
Description: "Use `String#bytesize` instead of calculating the size of the bytes array."
Safe: false
Enabled: 'pending'
VersionAdded: '<<next>>'
VersionAdded: '1.23'

Performance/StringIdentifierArgument:
Description: 'Use symbol identifier argument instead of string identifier argument.'
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
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.23'
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/cops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Performance cops optimization analysis for your projects.
* xref:cops_performance.adoc#performancesortreverse[Performance/SortReverse]
* xref:cops_performance.adoc#performancesqueeze[Performance/Squeeze]
* xref:cops_performance.adoc#performancestartwith[Performance/StartWith]
* xref:cops_performance.adoc#performancestringbytesize[Performance/StringBytesize]
* xref:cops_performance.adoc#performancestringidentifierargument[Performance/StringIdentifierArgument]
* xref:cops_performance.adoc#performancestringinclude[Performance/StringInclude]
* xref:cops_performance.adoc#performancestringreplacement[Performance/StringReplacement]
Expand Down
Loading

0 comments on commit 7c904d6

Please sign in to comment.