scmi: Prepare v0.4.0 release

Update CHANGELOG.md and Cargo.toml for v0.4.0 release.
This release adds SCMI extended sensor attributes support.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
This commit is contained in:
Milan Zamazal 2025-09-02 14:17:02 +02:00 committed by Alex Bennée
parent d6d95a7208
commit 08539cf701
3 changed files with 12 additions and 6 deletions

2
Cargo.lock generated
View file

@ -2076,7 +2076,7 @@ dependencies = [
[[package]] [[package]]
name = "vhost-device-scmi" name = "vhost-device-scmi"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"clap", "clap",

View file

@ -3,16 +3,22 @@
### Added ### Added
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) scmi: extended sensor attributes support
### Changed ### Changed
### Fixed ### Fixed
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) Fix the wrong value number of remaining sensor axis descriptor.
### Deprecated ### Deprecated
## v0.4.0
### Added
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) scmi: extended sensor attributes support
### Fixed
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) Fix the wrong value number of remaining sensor axis descriptor.
## v0.3.0 ## v0.3.0
### Added ### Added

View file

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