Skip to content

Commit 08539cf

Browse files
mz-pdmstsquad
authored andcommitted
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 <[email protected]>
1 parent d6d95a7 commit 08539cf

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
33

44
### Added
55

6-
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) scmi: extended sensor attributes support
7-
86
### Changed
97

108
### Fixed
119

12-
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) Fix the wrong value number of remaining sensor axis descriptor.
13-
1410
### Deprecated
1511

12+
## v0.4.0
13+
14+
### Added
15+
16+
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) scmi: extended sensor attributes support
17+
18+
### Fixed
19+
20+
- [[#798]](https://github.com/rust-vmm/vhost-device/pull/798) Fix the wrong value number of remaining sensor axis descriptor.
21+
1622
## v0.3.0
1723

1824
### Added

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.3.0"
3+
version = "0.4.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)