Skip to content

Commit 4575150

Browse files
committed
Cut 3.2.0
1 parent 0b7ba70 commit 4575150

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.1.0...master)
44

5+
### [3.2.0](https://github.com/rubocop/rubocop-i18n/compare/v3.1.0...v3.2.0)
6+
57
* Pluginfy rubocop-i18n (#65)
68

79
### [3.1.0](https://github.com/rubocop/rubocop-i18n/compare/v3.0.0...v3.1.0)

rubocop-i18n.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |spec|
77
spec.name = 'rubocop-i18n'
8-
spec.version = '3.1.0'
8+
spec.version = '3.2.0'
99
spec.authors = ['Puppet', 'Brandon High', 'TP Honey', 'Helen Campbell']
1010

1111
spec.summary = 'RuboCop rules for i18n'

0 commit comments

Comments
 (0)