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 739d052 + abb8889 commit 4ced53eCopy full SHA for 4ced53e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.9.3 / 2016-08-17
2
+
3
+* [FEATURE] Save json report to file (by NickTroy)
4
+* [CHANGE] Rename Rubycritic to RubyCritic (by troessner)
5
6
# 2.9.2 / 2016-07-01
7
8
* [CHANGE] Upgrade rubocop to 0.41.1 (by nijikon)
lib/rubycritic/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyCritic
- VERSION = '2.9.2'.freeze
+ VERSION = '2.9.3'.freeze
end
0 commit comments