Skip to content

Commit 9c53465

Browse files
committed
prepare for v0.1.0 release
Added a CHANGELOG, and filled the `description` and `keywords` fields of the Cargo.toml. The `description` field is a requirement for crates.io. Signed-off-by: Laura Loghin <[email protected]>
1 parent 1074aeb commit 9c53465

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
This is the first `vm-device` release.
6+
The `vm-device` crate provides device traits defining read and write operations
7+
on specialized buses, a device manager for operating devices and dispatching
8+
I/O, and abstractions for defining resources and their constraints (e.g. a
9+
specific bus address range, IRQ number, etc.).

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "vm-device"
33
version = "0.1.0"
44
authors = ["Samuel Ortiz <[email protected]>", "Liu Jiang <[email protected]>", "rust-vmm AWS maintainers <[email protected]>"]
5+
description = "management for virtual devices and resources"
6+
keywords = ["bus", "manager", "virtualization"]
57
edition = "2018"
68
repository = "https://github.com/rust-vmm/vm-device"
79
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)