Skip to content

Commit

Permalink
Merge pull request #43 from bastelfreak/rel210
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
bastelfreak committed Nov 23, 2023
2 parents 641ffb2 + 443fad5 commit 80c66c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## [2.0.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.0.0) (2023-07-13)
## [2.1.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.1.0) (2023-11-23)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.4.0...2.0.0)
[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.0.0...2.1.0)

**Implemented enhancements:**

- Update all rubocop dependencies [\#42](https://github.com/voxpupuli/voxpupuli-rubocop/pull/42) ([bastelfreak](https://github.com/bastelfreak))

## [v2.0.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.0.0) (2023-07-13)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.4.0...v2.0.0)

**Breaking changes:**

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rescue LoadError
# Do nothing if no required gem installed
else
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
config.user = 'voxpupuli'
config.project = 'voxpupuli-rubocop'
gem_version = Gem::Specification.load("#{config.project}.gemspec").version
Expand Down
2 changes: 1 addition & 1 deletion voxpupuli-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'voxpupuli-rubocop'
s.version = '2.0.0'
s.version = '2.1.0'
s.authors = ['Vox Pupuli']
s.email = ['voxpupuli@groups.io']
s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'
Expand Down

0 comments on commit 80c66c8

Please sign in to comment.