We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccee631 + 090924b commit 299d58eCopy full SHA for 299d58e
CHANGELOG.md
@@ -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
7
# 2.6.0 / 2015-01-21
8
9
* [FEATURE] Add a minimum score option to the command line interface (by Roberto Schneider)
lib/rubycritic/version.rb
@@ -1,3 +1,3 @@
module Rubycritic
- VERSION = '2.6.0'.freeze
+ VERSION = '2.7.0'.freeze
end
0 commit comments