Skip to content

Commit 63124cb

Browse files
committed
Release 7.3.0
1 parent 176df0a commit 63124cb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [7.3.0](https://github.com/voxpupuli/beaker/tree/7.3.0) (2026-01-06)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.2.2...7.3.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Remove `--force-yes` from apt commands [\#1982](https://github.com/voxpupuli/beaker/pull/1982) ([bwitt](https://github.com/bwitt))
12+
- Lazily create options and state storage [\#1977](https://github.com/voxpupuli/beaker/pull/1977) ([ekohl](https://github.com/ekohl))
13+
- Add Ruby 4.0 support [\#1976](https://github.com/voxpupuli/beaker/pull/1976) ([bastelfreak](https://github.com/bastelfreak))
14+
15+
**Fixed bugs:**
16+
17+
- Allow `retry_on` to work for host array [\#1983](https://github.com/voxpupuli/beaker/pull/1983) ([bwitt](https://github.com/bwitt))
18+
519
## [7.2.2](https://github.com/voxpupuli/beaker/tree/7.2.2) (2025-12-19)
620

721
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.2.1...7.2.2)

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 = '7.2.2'
3+
STRING = '7.3.0'
44
end
55
end

0 commit comments

Comments
 (0)