Skip to content

Commit 0fac915

Browse files
committed
prep for 0.7.1 release
Signed-off-by: Dan Webb <[email protected]>
1 parent 49fa655 commit 0fac915

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v0.7.1](13-04-2022)
4+
5+
- Update minitest requirement from ~> 5.3, < 5.15 to ~> 5.3, < 5.16 by @dependabot in <https://github.com/test-kitchen/kitchen-hyperv/pull/104>
6+
- Switch CI from Azure Pipelines to GitHub Actions by @tas50 in <https://github.com/test-kitchen/kitchen-hyperv/pull/94>
7+
- run specs on ruby 3.1 by @kasif-adnan in <https://github.com/test-kitchen/kitchen-hyperv/pull/105>
8+
- add linters and publish gem action by @kasif-adnan in <https://github.com/test-kitchen/kitchen-hyperv/pull/106>
9+
310
## [v0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13)
411
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0)
512

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.7.0".freeze
20+
HYPERV_VERSION = "0.7.1".freeze
2121
end
2222
end

0 commit comments

Comments
 (0)