Skip to content

Commit b8d08a4

Browse files
chore(main): release 0.10.2 (#153)
1 parent 73452e4 commit b8d08a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.10.2"
33
}

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+
## [0.10.2](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.1...v0.10.2) (2026-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* bump tk dep to allow tk 4 ([#152](https://github.com/test-kitchen/kitchen-hyperv/issues/152)) ([b7c9f94](https://github.com/test-kitchen/kitchen-hyperv/commit/b7c9f9436903ea0afcaa95887f944559fdf580a1))
9+
310
## [0.10.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.0...v0.10.1) (2024-06-21)
411

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

0 commit comments

Comments
 (0)