Skip to content

Commit c299999

Browse files
committed
Release 5.0.0
1 parent d23f0e3 commit c299999

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

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

5-
## [4.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/4.0.0) (2025-08-06)
5+
## [5.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/5.0.0) (2025-09-25)
6+
7+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/4.0.0...5.0.0)
8+
9+
**Breaking changes:**
10+
11+
- Require Ruby 3.2+ & puppet-lint 5.1+ [\#52](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/52) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
## [4.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/4.0.0) (2025-08-07)
614

715
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/3.0.0...4.0.0)
816

puppet-lint-strict_indent-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-strict_indent-check'
3-
spec.version = '4.0.0'
3+
spec.version = '5.0.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-strict_indent-check'
55
spec.license = 'MPL-2.0'
66
spec.author = 'Vox Pupuli'

0 commit comments

Comments
 (0)