Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Jan 30, 2014
1 parent e16c807 commit e93b32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.18.0 (30/01/2014)

### New features

* [#714](https://github.com/bbatsov/rubocop/issues/714): New cop `RequireParentheses` checks for method calls without parentheses together with a boolean operator indicating that a mistake about precedence may have been made. ([@jonas054][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/version.rb
Expand Up @@ -3,7 +3,7 @@
module Rubocop
# This module holds the RuboCop version information.
module Version
STRING = '0.17.0'
STRING = '0.18.0'

MSG = '%s (using Parser %s, running on %s %s %s)'

Expand Down

0 comments on commit e93b32e

Please sign in to comment.