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:
parent
d6d95a7208
commit
08539cf701
3 changed files with 12 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2076,7 +2076,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "vhost-device-scmi"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -3,16 +3,22 @@
|
|||
|
||||
### Added
|
||||
|
||||
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) scmi: extended sensor attributes support
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) Fix the wrong value number of remaining sensor axis descriptor.
|
||||
|
||||
### 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
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vhost-device-scmi"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Milan Zamazal <mzamazal@redhat.com>"]
|
||||
description = "vhost-user SCMI backend device"
|
||||
repository = "https://github.com/rust-vmm/vhost-device"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue