Skip to content

Commit 1832848

Browse files
authored
Merge pull request #1939 from bastelfreak/rel700
Release 7.0.0
2 parents c79d90a + 0b5d778 commit 1832848

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/beaker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Beaker
22
module Version
3-
STRING = '6.8.1'
3+
STRING = '7.0.0'
44
end
55
end

0 commit comments

Comments
 (0)