Skip to content

Commit 0a5902b

Browse files
mz-pdmstefano-garzarella
authored andcommitted
scmi: Prepare v0.3.0 release
Update CHANGELOG.md and Cargo.toml for v0.3.0 release. This release adds SCMI notification support. Signed-off-by: Milan Zamazal <[email protected]>
1 parent fedf1cb commit 0a5902b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vhost-device-scmi/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@
77

88
### Fixed
99

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

12+
## v0.3.0
13+
14+
### Added
15+
16+
- [[#710]](https://github.com/rust-vmm/vhost-device/pull/710) Implement SCMI notifications
17+
18+
### Fixed
19+
20+
- [[#696]](https://github.com/rust-vmm/vhost-device/pull/696) scmi: Remove an unused piece of code
21+
1422
## v0.2.0
1523

1624
### Changed

vhost-device-scmi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-device-scmi"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Milan Zamazal <[email protected]>"]
55
description = "vhost-user SCMI backend device"
66
repository = "https://github.com/rust-vmm/vhost-device"

0 commit comments

Comments
 (0)