From b9028d7a5bdf2719e17f9325e4a8dcf768917f27 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 13 Jul 2023 18:15:46 +0200 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++-- voxpupuli-rubocop.gemspec | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 530de5e..aae3b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index c1f642b..d0f419d 100644 --- a/voxpupuli-rubocop.gemspec +++ b/voxpupuli-rubocop.gemspec @@ -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'