Skip to content

Commit 9d35fa9

Browse files
committed
Update Cargo.toml & CHANGELOG.md for 0.6.6 release
Prepare for 0.6.6 release. Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
1 parent 4aa76e1 commit 9d35fa9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

mshv-bindings/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
### Fixed
1111

12+
## [v0.6.6]
13+
14+
### Changed
15+
* [[292]](https://github.com/rust-vmm/mshv/pull/292) Add more CPU features supported by the Microsoft Hypervisor
16+
1217
## [v0.6.5]
1318

1419
###

mshv-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mshv-bindings"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"

mshv-ioctls/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
### Fixed
1111

12+
## [v0.6.6]
13+
14+
### Changed
15+
* [[290]](https://github.com/rust-vmm/mshv/pull/290) mshv-ioctls: use passthrough hvcall to get host partition props
16+
* [[292]](https://github.com/rust-vmm/mshv/pull/292) Add more CPU features supported by the Microsoft Hypervisor
17+
1218
## [v0.6.5]
1319

1420
### Changed
@@ -90,7 +96,7 @@
9096
## [v0.3.4]
9197

9298
### Added
93-
* [[191]](https://github.com/rust-vmm/mshv/pull/191) Use VP register page to get/set Special and extended registers
99+
* [[191]](https://github.com/rust-vmm/mshv/pull/191) Use VP register page to get/set Special and extended registers
94100

95101
## [v0.3.3]
96102

mshv-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mshv-ioctls"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)