Skip to content

Commit 299d58e

Browse files
author
Timo Rößner
committed
Merge pull request whitesmith#114 from whitesmith/bump-version-to-2.7.0
Bump version to 2.7.0.
2 parents ccee631 + 090924b commit 299d58e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.7.0 / 2015-01-23
2+
3+
* [FEATURE] Open html report with browser (by YingRui Lu)
4+
* [CHANGE] Bump Reek to 3.9.1
5+
* [CHANGE] Bump Rubocop to 0.36 and internal cleanup (preparing for Ruby 2.3)
6+
17
# 2.6.0 / 2015-01-21
28

39
* [FEATURE] Add a minimum score option to the command line interface (by Roberto Schneider)

lib/rubycritic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rubycritic
2-
VERSION = '2.6.0'.freeze
2+
VERSION = '2.7.0'.freeze
33
end

0 commit comments

Comments
 (0)