Skip to content

Commit

Permalink
Merge pull request #138 from bastelfreak/rel820
Browse files Browse the repository at this point in the history
Release 8.2.0
  • Loading branch information
bastelfreak committed May 28, 2024
2 parents 92be516 + f9bf799 commit 3cef29a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [8.2.0](https://github.com/voxpupuli/beaker-rspec/tree/8.2.0) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/8.1.0...8.2.0)

**Implemented enhancements:**

- beaker: Allow 6.x [\#137](https://github.com/voxpupuli/beaker-rspec/pull/137) ([bastelfreak](https://github.com/bastelfreak))
- Add Ruby 3.3 to CI [\#135](https://github.com/voxpupuli/beaker-rspec/pull/135) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Correct BEAKER\_debug text that it respects no [\#134](https://github.com/voxpupuli/beaker-rspec/pull/134) ([ekohl](https://github.com/ekohl))

**Merged pull requests:**

- voxpupuli-rubocop: Require 2.7.0 [\#136](https://github.com/voxpupuli/beaker-rspec/pull/136) ([bastelfreak](https://github.com/bastelfreak))

## [8.1.0](https://github.com/voxpupuli/beaker-rspec/tree/8.1.0) (2023-07-11)

[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/8.0.1...8.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rescue LoadError
else
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
config.user = 'voxpupuli'
config.project = 'beaker-rspec'
config.future_release = Gem::Specification.load("#{config.project}.gemspec").version
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BeakerRSpec
module Version
STRING = '8.1.0'
STRING = '8.2.0'
end
end

0 comments on commit 3cef29a

Please sign in to comment.