Skip to content

Commit ba9386c

Browse files
committed
Release 7.2.0
1 parent 096c645 commit ba9386c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [7.2.0](https://github.com/voxpupuli/beaker/tree/7.2.0) (2025-10-24)
4+
5+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.1.0...7.2.0)
6+
7+
**Implemented enhancements:**
8+
9+
- benchmark: Allow 0.5 [\#1960](https://github.com/voxpupuli/beaker/pull/1960) ([bastelfreak](https://github.com/bastelfreak))
10+
- Remove default use of wmic to determine arch [\#1958](https://github.com/voxpupuli/beaker/pull/1958) ([silug](https://github.com/silug))
11+
312
## [7.1.0](https://github.com/voxpupuli/beaker/tree/7.1.0) (2025-10-01)
413

514
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.0.1...7.1.0)

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.1.0'
3+
STRING = '7.2.0'
44
end
55
end

0 commit comments

Comments
 (0)