Skip to content

Commit 1dedfd3

Browse files
committed
Cut 1.14.0
1 parent b86dd9d commit 1dedfd3

File tree

5 files changed

+63
-54
lines changed

5 files changed

+63
-54
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 1.14.0 (2022-05-24)
6+
57
### Bug fixes
68

79
* [#289](https://github.com/rubocop/rubocop-performance/issues/289): Fix a false positive for `Performance/StringIdentifierArgument` when using namespaced class string argument. ([@koic][])

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: 'master'
5+
version: '1.14'
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)