Skip to content

Commit

Permalink
scmi: Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and Cargo.toml for v0.3.0 release.
This release adds SCMI notification support.

Signed-off-by: Milan Zamazal <[email protected]>
  • Loading branch information
mz-pdm authored and stefano-garzarella committed Oct 3, 2024
1 parent fedf1cb commit 0a5902b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions vhost-device-scmi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@

### Fixed

- [[#696]](https://github.com/rust-vmm/vhost-device/pull/696) scmi: Remove an unused piece of code

### Deprecated

## v0.3.0

### Added

- [[#710]](https://github.com/rust-vmm/vhost-device/pull/710) Implement SCMI notifications

### Fixed

- [[#696]](https://github.com/rust-vmm/vhost-device/pull/696) scmi: Remove an unused piece of code

## v0.2.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion vhost-device-scmi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-device-scmi"
version = "0.2.0"
version = "0.3.0"
authors = ["Milan Zamazal <[email protected]>"]
description = "vhost-user SCMI backend device"
repository = "https://github.com/rust-vmm/vhost-device"
Expand Down

0 comments on commit 0a5902b

Please sign in to comment.