Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 7, 2023
1 parent c2354d2 commit 1971687
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.0](https://github.com/voxpupuli/puppet_metadata/tree/3.3.0) (2023-10-07)

[Full Changelog](https://github.com/voxpupuli/puppet_metadata/compare/3.2.0...3.3.0)

**Implemented enhancements:**

- Add a name to the GHA beaker test matrix [\#35](https://github.com/voxpupuli/puppet_metadata/pull/35) ([ekohl](https://github.com/ekohl))

**Merged pull requests:**

- Update metadata-json-lint requirement from \>= 2.0, \< 4 to \>= 2.0, \< 5 [\#101](https://github.com/voxpupuli/puppet_metadata/pull/101) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.2.0](https://github.com/voxpupuli/puppet_metadata/tree/3.2.0) (2023-08-11)

[Full Changelog](https://github.com/voxpupuli/puppet_metadata/compare/3.1.0...3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rescue LoadError
# github_changelog_generator is an optional group
else
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
config.user = 'voxpupuli'
config.project = 'puppet_metadata'
gem_version = Gem::Specification.load("#{config.project}.gemspec").version
Expand Down
2 changes: 1 addition & 1 deletion puppet_metadata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'puppet_metadata'
s.version = '3.2.0'
s.version = '3.3.0'
s.authors = ['Vox Pupuli', 'Ewoud Kohl van Wijngaarden']
s.email = ['[email protected]']
s.homepage = 'https://github.com/voxpupuli/puppet_metadata'
Expand Down

0 comments on commit 1971687

Please sign in to comment.