Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-params_empty_string-check/tree/3.0.0) (2025-09-25)

[Full Changelog](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/compare/2.0.0...3.0.0)

**Breaking changes:**

- Require Ruby 3.2+ & puppet-lint 5.1+ [\#26](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/pull/26) ([bastelfreak](https://github.com/bastelfreak))

## [2.0.0](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/tree/2.0.0) (2023-04-21)

[Full Changelog](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/compare/1.1.0...2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion puppet-lint-params_empty_string-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-params_empty_string-check'
spec.version = '2.0.0'
spec.version = '3.0.0'
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-params_empty_string-check'
spec.license = 'MIT'
spec.author = 'Vox Pupuli'
Expand Down