Skip to content

Commit ba06045

Browse files
authored
Merge pull request #74 from bastelfreak/rel300
Release 3.0.0
2 parents 795f985 + c4627d9 commit ba06045

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.0.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/3.0.0) (2025-08-07)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/2.3.0...3.0.0)
8+
9+
**Breaking changes:**
10+
11+
- Require Ruby 3.2 or newer [\#73](https://github.com/voxpupuli/beaker_puppet_helpers/pull/73) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
**Implemented enhancements:**
14+
15+
- beaker: Allow 7.x [\#72](https://github.com/voxpupuli/beaker_puppet_helpers/pull/72) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Merged pull requests:**
18+
19+
- CI: Dont test on Debian 10 [\#71](https://github.com/voxpupuli/beaker_puppet_helpers/pull/71) ([bastelfreak](https://github.com/bastelfreak))
20+
521
## [2.3.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/2.3.0) (2025-06-15)
622

723
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/2.2.0...2.3.0)

beaker_puppet_helpers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'beaker_puppet_helpers'
5-
s.version = '2.3.0'
5+
s.version = '3.0.0'
66
s.authors = ['Vox Pupuli']
77
s.email = ['voxpupuli@groups.io']
88
s.homepage = 'https://github.com/voxpupuli/beaker_puppet_helpers'

0 commit comments

Comments
 (0)