Skip to content

Commit bb88b12

Browse files
committed
Cut 3.2.1
1 parent 7a3b73b commit bb88b12

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.1.0...master)
3+
### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...master)
4+
5+
### [3.2.1](https://github.com/rubocop/rubocop-i18n/compare/v3.2.0...v3.2.1)
6+
7+
* Make the runtime dependency on RuboCop more flexible.
48

59
### [3.2.0](https://github.com/rubocop/rubocop-i18n/compare/v3.1.0...v3.2.0)
610

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.2.0'
8+
spec.version = '3.2.1'
99
spec.authors = ['Puppet', 'Brandon High', 'TP Honey', 'Helen Campbell']
1010

1111
spec.summary = 'RuboCop rules for i18n'

0 commit comments

Comments
 (0)