Skip to content

Commit 4ced53e

Browse files
author
Timo Rößner
authored
Merge pull request whitesmith#160 from whitesmith/bump-version-to-2.9.3
Bump version to 2.9.3.
2 parents 739d052 + abb8889 commit 4ced53e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 2.9.2 / 2016-07-01
27

38
* [CHANGE] Upgrade rubocop to 0.41.1 (by nijikon)

lib/rubycritic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyCritic
4-
VERSION = '2.9.2'.freeze
4+
VERSION = '2.9.3'.freeze
55
end

0 commit comments

Comments
 (0)