Skip to content

Commit

Permalink
scmi: Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and Cargo.toml for v0.2.0 relase.

Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp authored and stefano-garzarella committed Jul 23, 2024
1 parent 8ca48ad commit b10ce03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.

9 changes: 9 additions & 0 deletions vhost-device-scmi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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"
Expand Down

0 comments on commit b10ce03

Please sign in to comment.