Skip to content

Commit 4cceb8c

Browse files
authored
Merge pull request voxpupuli#54 from bastelfreak/rel500
Release 5.0.0
2 parents 2f99c2b + 965f625 commit 4cceb8c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

5+
## [5.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/5.0.0) (2023-04-22)
6+
7+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/compare/4.0.0...5.0.0)
8+
9+
**Breaking changes:**
10+
11+
- puppet-lint: Require 4.x [\#53](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/53) ([bastelfreak](https://github.com/bastelfreak))
12+
- Enable puppet-lint 4 support; Switch to Ruby \>2.7 [\#51](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/51) ([bastelfreak](https://github.com/bastelfreak))
13+
14+
**Implemented enhancements:**
15+
16+
- manifest\_whitespace-check: require 0.3.x [\#52](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/52) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Merged pull requests:**
19+
20+
- Bump actions/checkout from 2 to 3 [\#39](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- dependabot: check for github actions as well [\#38](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/38) ([bastelfreak](https://github.com/bastelfreak))
22+
523
## [4.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/4.0.0) (2023-02-28)
624

725
[Full Changelog](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/compare/3.1.0...4.0.0)

voxpupuli-puppet-lint-plugins.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = 'voxpupuli-puppet-lint-plugins'
5-
s.version = '4.0.0'
5+
s.version = '5.0.0'
66
s.authors = ['Vox Pupuli']
77
s.email = ['[email protected]']
88
s.homepage = 'https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins'

0 commit comments

Comments
 (0)