Skip to content

Commit

Permalink
Cut 2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 17, 2025
1 parent a79b2fd commit 955b7ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## master (unreleased)

## 2.30.1 (2025-02-17)

### Bug fixes

* [#1442](https://github.com/rubocop/rubocop-rails/issues/1442): Fix an incorrect behavior when using `AllCops: TargetRailsVersion`. ([@koic][])
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-rails
title: RuboCop Rails
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
version: '2.30'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module Rails
# This module holds the RuboCop Rails version information.
module Version
STRING = '2.30.0'
STRING = '2.30.1'

def self.document_version
STRING.match('\d+\.\d+').to_s
Expand Down
6 changes: 6 additions & 0 deletions relnotes/v2.30.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Bug fixes

* [#1442](https://github.com/rubocop/rubocop-rails/issues/1442): Fix an incorrect behavior when using `AllCops: TargetRailsVersion`. ([@koic][])
* [#1444](https://github.com/rubocop/rubocop-rails/pull/1444): Fix an incorrect behavior when using `AllCops: MigratedSchemaVersion`. ([@koic][])

[@koic]: https://github.com/koic

0 comments on commit 955b7ae

Please sign in to comment.