scmi: Prepare v0.2.0 release

Update CHANGELOG.md and Cargo.toml for v0.2.0 relase.

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2024-07-23 07:30:28 +02:00 committed by Stefano Garzarella
parent 8ca48ad867
commit b10ce03602
3 changed files with 11 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1416,7 +1416,7 @@ dependencies = [
[[package]]
name = "vhost-device-scmi"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"assert_matches",
"clap",

View File

@ -9,6 +9,15 @@
### Deprecated
## [0.2.0]
## Changed
- [[#571]](https://github.com/rust-vmm/vhost-device/pull/571) scmi: use PathBuf for socket path
- [[#572]](https://github.com/rust-vmm/vhost-device/pull/572) scmi: make socket_path required
- [[#575]](https://github.com/rust-vmm/vhost-device/pull/575) scmi: revert to previous --help-devices behavior
- Update rust-vmm and local dependencies.
## [0.1.0]
First release

View File

@ -1,6 +1,6 @@
[package]
name = "vhost-device-scmi"
version = "0.1.0"
version = "0.2.0"
authors = ["Milan Zamazal <mzamazal@redhat.com>"]
description = "vhost-user SCMI backend device"
repository = "https://github.com/rust-vmm/vhost-device"