File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.0.0] ( https://github.com/voxpupuli/beaker/tree/7.0.0 ) (2025-08-07)
4+
5+ [ Full Changelog] ( https://github.com/voxpupuli/beaker/compare/6.8.1...7.0.0 )
6+
7+ ** Breaking changes:**
8+
9+ - Require Ruby 3.2 [ \# 1906] ( https://github.com/voxpupuli/beaker/pull/1906 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
10+
11+ ** Implemented enhancements:**
12+
13+ - beaker-hostgenerator: Switch to 3.x [ \# 1937] ( https://github.com/voxpupuli/beaker/pull/1937 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
14+
315## [ 6.8.1] ( https://github.com/voxpupuli/beaker/tree/6.8.1 ) (2025-06-16)
416
517[ Full Changelog] ( https://github.com/voxpupuli/beaker/compare/6.8.0...6.8.1 )
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ begin
188188 require 'github_changelog_generator/task'
189189
190190 GitHubChangelogGenerator ::RakeTask . new :changelog do |config |
191- config . exclude_labels = %w{ duplicate question invalid wontfix wont-fix skip-changelog }
191+ config . exclude_labels = %w{ duplicate question invalid wontfix wont-fix skip-changelog github_actions }
192192 config . user = 'voxpupuli'
193193 config . project = 'beaker'
194194 gem_version = Gem ::Specification . load ( "#{ config . project } .gemspec" ) . version
Original file line number Diff line number Diff line change 11module Beaker
22 module Version
3- STRING = '6.8.1 '
3+ STRING = '7.0.0 '
44 end
55end
You can’t perform that action at this time.
0 commit comments