Skip to content

Commit 4aebe64

Browse files
chore(main): release 0.10.1 (#147)
1 parent c2f4d11 commit 4aebe64

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.0"
2+
".": "0.10.1"
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.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.0...v0.10.1) (2024-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* add release please configs ([#146](https://github.com/test-kitchen/kitchen-hyperv/issues/146)) ([c2f4d11](https://github.com/test-kitchen/kitchen-hyperv/commit/c2f4d1148de14988166c2415ef4015afe24efc55))
9+
310
## [0.10.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.6...v0.10.0) (2023-11-27)
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.0".freeze
20+
HYPERV_VERSION = "0.10.1".freeze
2121
end
2222
end

0 commit comments

Comments
 (0)