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.
1 parent b282751 commit f0c9716Copy full SHA for f0c9716
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.3.0...master)
+# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.4.0...master)
2
+
3
+*
4
5
+# 3.4.0 / 2018-03-22 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.3.0...v3.4.0)
6
7
* [CHANGE] Update `rubocop` to 0.51.0 (by [@olleolleolle][])
8
* [CHANGE] Update `parser` to 2.5.0 (by [@joshrpowell][])
lib/rubycritic/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyCritic
- VERSION = '3.3.0'.freeze
+ VERSION = '3.4.0'.freeze
end
0 commit comments