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:
Erik Schilling 2023-07-06 18:05:44 +02:00 committed by Viresh Kumar
parent 055f27f4ab
commit 7a371edc3e
5 changed files with 74 additions and 2 deletions

15
crates/gpio/CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
## [Unreleased]
### Added
### Changed
### Fixed
### Deprecated
## [0.1.0]
First release

15
crates/i2c/CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
## [Unreleased]
### Added
### Changed
### Fixed
### Deprecated
## [0.1.0]
First release

15
crates/rng/CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
## [Unreleased]
### Added
### Changed
### Fixed
### Deprecated
## [0.1.0]
First release

View File

@ -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
View File

@ -0,0 +1,15 @@
# Changelog
## [Unreleased]
### Added
### Changed
### Fixed
### Deprecated
## [0.1.0]
First release