Skip to content

Commit

Permalink
Release: v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Mar 25, 2020
1 parent 5c9871c commit 7401307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.4 - 2020-03-25

- Remove no longer supported cop `Style/BracesAroundHashParameters`

## v0.4.3 - 2020-01-03

- Update rubocop performance
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:
autocop (0.4.3)
autocop (0.4.4)
rubocop (>= 0.52.1)
rubocop-performance (>= 1.4.1)
rubocop-rails (>= 2.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/autocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Autocop
VERSION = '0.4.3'
VERSION = '0.4.4'
end

0 comments on commit 7401307

Please sign in to comment.