Skip to content

Commit

Permalink
Merge pull request #1820 from voxpupuli/release-4.40.2
Browse files Browse the repository at this point in the history
Release 4.40.2
  • Loading branch information
mhashizume committed Jul 27, 2023
2 parents d6bbb00 + 12810b6 commit 9c0721f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog

## [4.40.2](https://github.com/voxpupuli/beaker/tree/4.40.2) (2023-07-26)

[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.40.1...4.40.2)

**Fixed bugs:**

- Fix Minitest capitalization [\#1818](https://github.com/voxpupuli/beaker/pull/1818) ([mhashizume](https://github.com/mhashizume))

## [4.40.1](https://github.com/voxpupuli/beaker/tree/4.40.1) (2023-05-05)

[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.40.0...4.40.1)

**Merged Changes:**

- in-parallel: Allow 1.x [\#1813](https://github.com/voxpupuli/beaker/pull/1813) ([bastelfreak](https://github.com/bastelfreak))
Expand All @@ -18,20 +28,23 @@

[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.38.1...4.39.0)

**Fixed bugs:**

- Extend list of permitted classes for YAML safe load and allow aliases [\#1758](https://github.com/voxpupuli/beaker/pull/1758) ([nmburgan](https://github.com/nmburgan))

**Implemented enhancements:**

- Add Rubocop [\#1761](https://github.com/voxpupuli/beaker/pull/1761) ([ekohl](https://github.com/ekohl))
- Update net-scp requirement from >= 1.2, < 4.0 to >= 1.2, < 5.0 [\#1757](https://github.com/voxpupuli/beaker/pull/1757)
- \(maint\) StringInclude Rubocop corrections [\#1765](https://github.com/voxpupuli/beaker/pull/1765) ([mhashizume](https://github.com/mhashizume))
- Add Rubocop [\#1761](https://github.com/voxpupuli/beaker/pull/1761) ([ekohl](https://github.com/ekohl))

**Fixed bugs:**

- Extend list of permitted classes for YAML safe load and allow aliases [\#1758](https://github.com/voxpupuli/beaker/pull/1758) ([nmburgan](https://github.com/nmburgan))

**Closed issues:**

- Ruby 3.1/Psych 4 compatibility issues [\#1753](https://github.com/voxpupuli/beaker/issues/1753)

**Merged pull requests:**

- Update net-scp requirement from \>= 1.2, \< 4.0 to \>= 1.2, \< 5.0 [\#1757](https://github.com/voxpupuli/beaker/pull/1757) ([dependabot[bot]](https://github.com/apps/dependabot))

## [4.38.1](https://github.com/voxpupuli/beaker/tree/4.38.1) (2022-09-21)

[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.38.0...4.38.1)
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 = '4.40.1'
STRING = '4.40.2'
end
end

0 comments on commit 9c0721f

Please sign in to comment.