Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed May 6, 2020
1 parent d7a90d7 commit aefec31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v0.5.4](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.4) (2019-05-06)
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.3...v0.5.4)

- Added quotes around variable for Get-DefaultVMSwitch to prevent failures. Thanks @kdoores
- Misc readme updates
- Apply Chefstyle to the repo and setup Azure Devops Pipelines for CI
- Allow testing on newer versions of minitest
- Use the latest github_changelog_generator for releases
- Switch require to require_relative to speed up Ruby requires

## [v0.5.3](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.3) (2019-03-20)
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.2...v0.5.3)

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/hyperv_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Kitchen
module Driver
HYPERV_VERSION = "0.5.3".freeze
HYPERV_VERSION = "0.5.4".freeze
end
end

0 comments on commit aefec31

Please sign in to comment.