Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denzelem committed Feb 28, 2019
1 parent e6d6748 commit e05cd24
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,25 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Breaking changes

-

### Compatible changes

-


## 3.0.0 - 2019-02-28

### Breaking changes

- Upgrade Rubocop from 0.62.0 to [0.65.0](https://github.com/rubocop-hq/rubocop/blob/2e52af0e33cc6387f7c8495b52f66c8f2f46a804/CHANGELOG.md#0650-2019-02-19)

### Compatible changes

- Disable `Style/MultilineBlockChain` for `spec/**/*`
- Disable `Layout/ClosingParenthesisIndentation`


## 2.0.0 - 2019-01-31

### Breaking changes
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
PATH
remote: .
specs:
makandra-rubocop (1.0.0)
rubocop (~> 0.62.0)
makandra-rubocop (3.0.0)
rubocop (~> 0.65.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
jaro_winkler (1.5.2)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.14.0)
parser (2.6.0.0)
ast (~> 2.4.0)
powerpack (0.1.2)
psych (3.1.0)
rainbow (3.0.0)
rake (12.3.2)
rubocop (0.62.0)
rubocop (0.65.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/makandra_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MakandraRubocop
VERSION = '2.0.0'.freeze
VERSION = '3.0.0'.freeze
end

0 comments on commit e05cd24

Please sign in to comment.