Skip to content

Commit 80b6ef4

Browse files
NunoDasNevesrussell-islam
authored andcommitted
0.6.1 release
Update Cargo.toml and CHANGELOG for 0.6.1 release Signed-off-by: Nuno Das Neves <[email protected]>
1 parent f0e1978 commit 80b6ef4

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

mshv-bindings/CHANGELOG.md

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

1010
### Fixed
1111

12+
13+
## [v0.6.1]
14+
15+
###
16+
* No changes
17+
1218
## [v0.6.0]
1319

1420
### Added

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.0"
3+
version = "0.6.1"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"

mshv-ioctls/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@
44
### Added
55

66
### Changed
7-
* [[254]](https://github.com/rust-vmm/mshv/pull/254) Enable RDRAND support for x86 guests
8-
* [[253]](https://github.com/rust-vmm/mshv/pull/253) Enable PMU for arm64 guests
97

108
### Deprecated
119

1210
### Fixed
1311

1412

13+
## [v0.6.1]
14+
15+
### Changed
16+
* [[254]](https://github.com/rust-vmm/mshv/pull/254) Enable RDRAND support for x86 guests
17+
* [[253]](https://github.com/rust-vmm/mshv/pull/253) Enable PMU for arm64 guests
18+
19+
### Fixed
20+
* [[251]](https://github.com/rust-vmm/mshv/pull/251) Munmap register page
21+
1522
## [v0.6.0]
1623

1724
### Added

mshv-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mshv-ioctls"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"
@@ -11,7 +11,7 @@ description = "Safe wrappers over MSHV ioctl"
1111

1212
[dependencies]
1313
libc = ">=0.2.39"
14-
mshv-bindings = { version = "=0.6.0", path = "../mshv-bindings", features = [
14+
mshv-bindings = { version = "=0.6.1", path = "../mshv-bindings", features = [
1515
"fam-wrappers",
1616
] }
1717
thiserror = "2.0"

0 commit comments

Comments
 (0)