Skip to content

Commit

Permalink
Merge pull request #29 from bastelfreak/rel200
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
bastelfreak committed Apr 23, 2024
2 parents 761e291 + 549f514 commit 0aff43a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.0.0](https://github.com/voxpupuli/beaker-vcloud/tree/2.0.0) (2024-04-23)

[Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/1.1.0...2.0.0)

**Breaking changes:**

- Drop Ruby 2.4/2.5/2.5 support [\#21](https://github.com/voxpupuli/beaker-vcloud/pull/21) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- add strict version constraints for dependencies & Build gem in strict mode [\#28](https://github.com/voxpupuli/beaker-vcloud/pull/28) ([bastelfreak](https://github.com/bastelfreak))
- Apply our CI best practices [\#27](https://github.com/voxpupuli/beaker-vcloud/pull/27) ([bastelfreak](https://github.com/bastelfreak))
- Implement voxpupli-rubocop & rubocop: autocorrect [\#26](https://github.com/voxpupuli/beaker-vcloud/pull/26) ([bastelfreak](https://github.com/bastelfreak))
- Replace dead dependency rbvmomi with rbvmomi2 [\#23](https://github.com/voxpupuli/beaker-vcloud/pull/23) ([bastelfreak](https://github.com/bastelfreak))
- Add Ruby 3.1/3.2/3.3 to CI [\#19](https://github.com/voxpupuli/beaker-vcloud/pull/19) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Add missing beaker dependency [\#22](https://github.com/voxpupuli/beaker-vcloud/pull/22) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Update fakefs requirement from ~\> 0.6 to ~\> 2.5 [\#25](https://github.com/voxpupuli/beaker-vcloud/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
- dependabot: check for github actions and gems [\#18](https://github.com/voxpupuli/beaker-vcloud/pull/18) ([bastelfreak](https://github.com/bastelfreak))

## [1.1.0](https://github.com/voxpupuli/beaker-vcloud/tree/1.1.0) (2021-08-09)

[Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/1.0.0...1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-vcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerVcloud
VERSION = '1.1.0'
VERSION = '2.0.0'
end

0 comments on commit 0aff43a

Please sign in to comment.