Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jun 21, 2024
1 parent c2f4d11 commit 4aebe64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.10.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.0...v0.10.1) (2024-06-21)


### Bug Fixes

* add release please configs ([#146](https://github.com/test-kitchen/kitchen-hyperv/issues/146)) ([c2f4d11](https://github.com/test-kitchen/kitchen-hyperv/commit/c2f4d1148de14988166c2415ef4015afe24efc55))

## [0.10.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.6...v0.10.0) (2023-11-27)


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.10.0".freeze
HYPERV_VERSION = "0.10.1".freeze
end
end

0 comments on commit 4aebe64

Please sign in to comment.