Skip to content

Commit 7c904d6

Browse files
committed
Cut 1.23.0
1 parent 8633b3a commit 7c904d6

File tree

7 files changed

+215
-3
lines changed

7 files changed

+215
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
## master (unreleased)
1313

14+
## 1.23.0 (2024-11-14)
15+
1416
### New features
1517

1618
* [#474](https://github.com/rubocop/rubocop-performance/pull/474): Add new `Performance/StringBytesize` cop. ([@viralpraxis][])

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Performance/StringBytesize:
330330
Description: "Use `String#bytesize` instead of calculating the size of the bytes array."
331331
Safe: false
332332
Enabled: 'pending'
333-
VersionAdded: '<<next>>'
333+
VersionAdded: '1.23'
334334

335335
Performance/StringIdentifierArgument:
336336
Description: 'Use symbol identifier argument instead of string identifier argument.'

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop-performance
22
title: RuboCop Performance
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: '1.23'
66
nav:
77
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Performance cops optimization analysis for your projects.
5555
* xref:cops_performance.adoc#performancesortreverse[Performance/SortReverse]
5656
* xref:cops_performance.adoc#performancesqueeze[Performance/Squeeze]
5757
* xref:cops_performance.adoc#performancestartwith[Performance/StartWith]
58+
* xref:cops_performance.adoc#performancestringbytesize[Performance/StringBytesize]
5859
* xref:cops_performance.adoc#performancestringidentifierargument[Performance/StringIdentifierArgument]
5960
* xref:cops_performance.adoc#performancestringinclude[Performance/StringInclude]
6061
* xref:cops_performance.adoc#performancestringreplacement[Performance/StringReplacement]

0 commit comments

Comments
 (0)