Skip to content

Commit

Permalink
Release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 27, 2024
1 parent 0e788e0 commit 4df1285
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.4.0](https://github.com/voxpupuli/beaker/tree/6.4.0) (2024-08-27)

**Implemented enhancements:**

- Only install timesync packages if needed [\#1853](https://github.com/voxpupuli/beaker/pull/1853)
- Ensure platform is Beaker::Platform in tests [\#1855](https://github.com/voxpupuli/beaker/pull/1855)
- Avoid mocking stdout on host and use explicit hosts in host_prebuilt_steps_spec.rb [\#1900](https://github.com/voxpupuli/beaker/pull/1900)

## [6.3.0](https://github.com/voxpupuli/beaker/tree/6.3.0) (2024-08-13)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Beaker
module Version
STRING = '6.3.0'
STRING = '6.4.0'
end
end

0 comments on commit 4df1285

Please sign in to comment.