Skip to content

Commit

Permalink
Merge pull request #31 from bastelfreak/rel200
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
bastelfreak committed Jul 13, 2023
2 parents 103b6ef + b9028d7 commit 235d03f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

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

[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.3.0...1.4.0)
[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.4.0...2.0.0)

**Breaking changes:**

- Enforce require\_parentheses\_when\_complex style for ternaries [\#30](https://github.com/voxpupuli/voxpupuli-rubocop/pull/30) ([ekohl](https://github.com/ekohl))

**Fixed bugs:**

- Make rubocop yamllint clean [\#29](https://github.com/voxpupuli/voxpupuli-rubocop/pull/29) ([ekohl](https://github.com/ekohl))

## [v1.4.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v1.4.0) (2023-07-07)

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

**Implemented enhancements:**

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 = '1.4.0'
s.version = '2.0.0'
s.authors = ['Vox Pupuli']
s.email = ['voxpupuli@groups.io']
s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'
Expand Down

0 comments on commit 235d03f

Please sign in to comment.