Skip to content

Commit

Permalink
v1.42.0
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Zeise <[email protected]>
Co-authored-by: Robby Thompson <[email protected]>
  • Loading branch information
3 people committed Nov 12, 2024
1 parent 259a566 commit 6aef523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.42.0

* Updates rubocop to [1.68.0]https://github.com/rubocop/rubocop/tree/v1.68.0)
* Inherit from `RuboCop::Cop::Base` fixing deprecation warnings.
* Add new cops
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.41.1)
standard (1.42.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.68.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.41.1")
VERSION = Gem::Version.new("1.42.0")
end

0 comments on commit 6aef523

Please sign in to comment.