mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 22:48:17 +00:00
chore: standardize changelogs
Resolve small differences between our changelogs and fix small problems. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
parent
1e6667fbba
commit
ed0f98e442
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,7 +9,3 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.1.0]
|
|
||||||
|
|
||||||
First release
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,13 @@
|
|||||||
# Upcoming Release
|
# Changelog
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- First initial vhost-device-input daemon implementation.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
- First initial vhost-device-input daemon implementation.
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.2.0]
|
## v0.2.0
|
||||||
|
|
||||||
## Changed
|
### Changed
|
||||||
|
|
||||||
- [[#571]](https://github.com/rust-vmm/vhost-device/pull/571) scmi: use PathBuf for socket path
|
- [[#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
|
- [[#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
|
- [[#575]](https://github.com/rust-vmm/vhost-device/pull/575) scmi: revert to previous --help-devices behavior
|
||||||
- Update rust-vmm and local dependencies.
|
- Update rust-vmm and local dependencies.
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
## [0.2.0]
|
## v0.2.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- [[#406]](https://github.com/rust-vmm/vhost-device/pull/406) Add VM groups in sibling communication
|
- [[#406]](https://github.com/rust-vmm/vhost-device/pull/406) Add VM groups in sibling communication
|
||||||
@ -33,7 +33,7 @@
|
|||||||
- [[#663]](https://github.com/rust-vmm/vhost-device/pull/663) check if we get '\n' early while reading from socket
|
- [[#663]](https://github.com/rust-vmm/vhost-device/pull/663) check if we get '\n' early while reading from socket
|
||||||
- [[#691]](https://github.com/rust-vmm/vhost-device/pull/691) Replace the config Crate with figment
|
- [[#691]](https://github.com/rust-vmm/vhost-device/pull/691) Replace the config Crate with figment
|
||||||
|
|
||||||
## [0.1.0]
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user