File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ rescue LoadError
4646 # github_changelog_generator is an optional group
4747else
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
Original file line number Diff line number Diff line change 11module Blacksmith
2- VERSION = '7.0 .0'
2+ VERSION = '7.1 .0'
33end
You can’t perform that action at this time.
0 commit comments