Skip to content

Commit 1ec7f63

Browse files
author
Thomas Heinen
committed
Release 0.7.0
1 parent f658583 commit 1ec7f63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13)
4+
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0)
5+
6+
- Add support for remote Hyper-V servers
7+
- Improve error handling when creating vm fails. Thanks @maxgronlund
8+
- Fix VHD configuration to be required, not throw an error later
9+
- Fix whitespaces, encoding headers, rubocop config
10+
311
## [v0.6.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.6.0) (2021-07-02)
412
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.5...v0.6.0)
513

lib/kitchen/driver/hyperv_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Kitchen
1919
module Driver
20-
HYPERV_VERSION = "0.6.0".freeze
20+
HYPERV_VERSION = "0.7.0".freeze
2121
end
2222
end

0 commit comments

Comments
 (0)