Skip to content

Commit

Permalink
Merge pull request #1860 from bastelfreak/rel580
Browse files Browse the repository at this point in the history
Release 5.8.0
  • Loading branch information
bastelfreak authored Mar 22, 2024
2 parents 2c0700b + 3fd8891 commit 2a89cfc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.8.0](https://github.com/voxpupuli/beaker/tree/5.8.0) (2024-03-23)

**Implemented enhancements:**

- Add Ruby 3.3 support [\#1859](https://github.com/voxpupuli/beaker/pull/1859) ([bastelfreak](https://github.com/bastelfreak))
- Do not attempt to install curl on DNF-based distros [\#1854](https://github.com/voxpupuli/beaker/pull/1854) ([ekohl](https://github.com/ekohl))
- PE-37978: Add 'amazon' to #repo-filename method [\#1858](https://github.com/voxpupuli/beaker/pull/1858) ([span786](https://github.com/span786))

**Fixed bugs:**

- CLI: Fix typo: opton->option [\#1849](https://github.com/voxpupuli/beaker/pull/1849) ([bastelfreak](https://github.com/bastelfreak))

**Others:**

- build(deps-dev): update voxpupuli-rubocop requirement from ~> 2.4.0 to ~> 2.6.0 [\#1850](https://github.com/voxpupuli/beaker/pull/1850) (dependabot)

## [5.7.0](https://github.com/voxpupuli/beaker/tree/5.7.0) (2024-02-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 = '5.7.0'
STRING = '5.8.0'
end
end

0 comments on commit 2a89cfc

Please sign in to comment.