Skip to content

Commit

Permalink
mshv-{bindings, ioctls}: Add changelog for v0.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Muminul Islam <muislam@microsoft.com>
  • Loading branch information
russell-islam authored and jinankjain committed Oct 30, 2024
1 parent 4c85dbb commit 67adaff
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mshv-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Changelog
## [Unreleased]

### Added

### Changed

### Deprecated

### Fixed

# v0.3.1

## Added

- [[#161]](https://github.com/rust-vmm/mshv/pull/161) Add definitions to handle GHCB page

### Changed

- [[#175]](https://github.com/rust-vmm/mshv/pull/175) Cargo.toml: Update metadata description to comply with cargo publish standards
- [[#169]](https://github.com/rust-vmm/mshv/pull/169) Cargo.toml: Update Cargo toml with metadata
- [[#168]](https://github.com/rust-vmm/mshv/pull/168) Bump zerocopy crate to the lastest version
- [[#157]](https://github.com/rust-vmm/mshv/pull/157) Update to Rust 2021 edition, and fix a warning.
# v0.1.0

First release of the mshv-bindings crate.
26 changes: 26 additions & 0 deletions mshv-ioctls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Changelog
## [Unreleased]

### Added

### Changed

### Deprecated

### Fixed

# v0.3.1

## Added

- [[#163]](https://github.com/rust-vmm/mshv/pull/163) get_gpa_access_state: avoid returning dangling reference
- [[#161]](https://github.com/rust-vmm/mshv/pull/161) Add definitions to handle GHCB page
- [[#160]](https://github.com/rust-vmm/mshv/pull/160) mshv-ioctls: test case to validate map VP state page

### Changed

- [[#175]](https://github.com/rust-vmm/mshv/pull/175) Cargo.toml: Update metadata description to comply with cargo publish standards
- [[#169]](https://github.com/rust-vmm/mshv/pull/169) Cargo.toml: Update Cargo toml with metadata
- [[#168]](https://github.com/rust-vmm/mshv/pull/168) Bump zerocopy crate to the lastest version
- [[#157]](https://github.com/rust-vmm/mshv/pull/157) Update to Rust 2021 edition, and fix a warning.

# v0.1.0

First release of the mshv-ioctls crate.

0 comments on commit 67adaff

Please sign in to comment.