From db4bfe3c8b24c774b94ea6111c5eddfcc8662adc Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 21 Apr 2023 15:27:14 +0200 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 8 ++++++++ puppet-lint-strict_indent-check.gemspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cc380..3a8c445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [3.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/3.0.0) (2023-04-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.1.0...3.0.0) + +**Breaking changes:** + +- Drop Ruby \< 2.7; Add RuboCop [\#34](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/34) ([bastelfreak](https://github.com/bastelfreak)) + ## [2.1.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.1.0) (2022-11-29) [Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.8...2.1.0) diff --git a/puppet-lint-strict_indent-check.gemspec b/puppet-lint-strict_indent-check.gemspec index 0fc6f93..8f4cf32 100644 --- a/puppet-lint-strict_indent-check.gemspec +++ b/puppet-lint-strict_indent-check.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'puppet-lint-strict_indent-check' - spec.version = '2.1.0' + spec.version = '3.0.0' spec.homepage = 'https://github.com/voxpupuli/puppet-lint-strict_indent-check' spec.license = 'MPL-2.0' spec.author = 'Vox Pupuli'