Skip to content

Commit

Permalink
Cut v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz committed Jun 14, 2024
1 parent a4708a9 commit 8e64201
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 @@

# main

# v1.4.0 (2024-06-14)

* Set `Rails/Date`, `AllowToTime` config to false. ([#80](https://github.com/petalmd/rubocop-petal/pull/80))
* Remove cop `RSpec/AuthenticatedAs`. ([#79](https://github.com/petalmd/rubocop-petal/pull/79))
* Add new cops for Sidekiq. ([#77](https://github.com/petalmd/rubocop-petal/pull/77))
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:
rubocop-petal (1.3.1)
rubocop-petal (1.4.0)
rubocop (~> 1.59)
rubocop-factory_bot (~> 2.24)
rubocop-performance (~> 1.20)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/petal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Petal
VERSION = '1.3.1'
VERSION = '1.4.0'
end
end

0 comments on commit 8e64201

Please sign in to comment.