mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-02 14:11:52 +00:00
Add CHANGELOG.md to all crates
In order to prepare for an initial release of the crates, this adds a
CHANGELOG.md for tracking changes in the future releases.
The template was copied from the vhost crate [1].
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
[1] 900b9a5c41/crates/vhost/CHANGELOG.md
This commit is contained in:
parent
055f27f4ab
commit
7a371edc3e
15
crates/gpio/CHANGELOG.md
Normal file
15
crates/gpio/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
First release
|
||||
|
||||
15
crates/i2c/CHANGELOG.md
Normal file
15
crates/i2c/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
First release
|
||||
|
||||
15
crates/rng/CHANGELOG.md
Normal file
15
crates/rng/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
First release
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
# Upcoming Release
|
||||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
First release
|
||||
|
||||
- First initial daemon implementation.
|
||||
|
||||
15
crates/vsock/CHANGELOG.md
Normal file
15
crates/vsock/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
First release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user