mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 14:41:23 +00:00
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:
parent
8ca48ad867
commit
b10ce03602
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1416,7 +1416,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "vhost-device-scmi"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"clap",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user