Skip to content

Commit 18238a9

Browse files
authored
Merge pull request #27 from bastelfreak/rel300
Release 3.0.0
2 parents fde34aa + 2e4850b commit 18238a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.0.0](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/tree/3.0.0) (2025-09-25)
6+
7+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/compare/2.0.0...3.0.0)
8+
9+
**Breaking changes:**
10+
11+
- 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))
12+
513
## [2.0.0](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/tree/2.0.0) (2023-04-21)
614

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

puppet-lint-params_empty_string-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-params_empty_string-check'
3-
spec.version = '2.0.0'
3+
spec.version = '3.0.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-params_empty_string-check'
55
spec.license = 'MIT'
66
spec.author = 'Vox Pupuli'

0 commit comments

Comments
 (0)