Skip to content

Commit 73bb7b9

Browse files
authored
Merge pull request #51 from puppetlabs/highb/master/v3.0.0_release_prep
v3.0.0 Release Preparation
2 parents 571833d + 82a2ebe commit 73bb7b9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
### [master (Unreleased)](https://github.com/puppetlabs/rubocop-i18n/compare/v2.0.2...master)
3+
### [master (Unreleased)](https://github.com/puppetlabs/rubocop-i18n/compare/v3.0.0...master)
4+
### [3.0.0](https://github.com/puppetlabs/rubocop-i18n/compare/v2.0.2...v3.0.0)
5+
6+
* Update Rubocop version to 1.0! Thank you @mvz!
7+
* Cop namespace fixes, documentation updates, loading issues. Thank you again @mvz !
8+
* Gem maintainership has been passed to @highb. Thank you @binford2k and @lucywyman!
9+
* Update Ruby versions in gemspec, Travis, .ruby-version. Thank you @sfeuga!
410

511
### [2.0.2](https://github.com/puppetlabs/rubocop-i18n/compare/v2.0.1...v2.0.2)
612

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

0 commit comments

Comments
 (0)