Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heinen committed Aug 13, 2021
1 parent f658583 commit 1ec7f63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13)
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0)

- Add support for remote Hyper-V servers
- Improve error handling when creating vm fails. Thanks @maxgronlund
- Fix VHD configuration to be required, not throw an error later
- Fix whitespaces, encoding headers, rubocop config

## [v0.6.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.6.0) (2021-07-02)
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.5...v0.6.0)

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.6.0".freeze
HYPERV_VERSION = "0.7.0".freeze
end
end

0 comments on commit 1ec7f63

Please sign in to comment.