Skip to content

Commit 33df1e7

Browse files
authored
Merge pull request #128 from bastelfreak/rel710
Release 7.1.0
2 parents 3a00338 + 652abb6 commit 33df1e7

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
## [7.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/7.0.0) (2023-05-09)
3+
## [7.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/7.1.0) (2024-10-21)
44

5-
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v6.1.1...7.0.0)
5+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.0.0...7.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- voxpupuli-rubocop: Switch to 2.8.0 [\#126](https://github.com/voxpupuli/puppet-blacksmith/pull/126) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
**Merged pull requests:**
12+
13+
- Update cucumber requirement from ~\> 8.0 to ~\> 9.0 [\#123](https://github.com/voxpupuli/puppet-blacksmith/pull/123) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Update voxpupuli-rubocop requirement from ~\> 1.2 to ~\> 2.0 [\#121](https://github.com/voxpupuli/puppet-blacksmith/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
16+
## [v7.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v7.0.0) (2023-05-09)
17+
18+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v6.1.1...v7.0.0)
619

720
**Breaking changes:**
821

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rescue LoadError
4646
# github_changelog_generator is an optional group
4747
else
4848
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
49-
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
49+
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
5050
config.user = 'voxpupuli'
5151
config.project = 'puppet-blacksmith'
5252
gem_version = Gem::Specification.load("#{config.project}.gemspec").version

lib/puppet_blacksmith/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Blacksmith
2-
VERSION = '7.0.0'
2+
VERSION = '7.1.0'
33
end

0 commit comments

Comments
 (0)