Skip to content

Commit

Permalink
prepare for v0.1.0 release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lauralt committed Dec 20, 2021
1 parent 1074aeb commit 9c53465
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## v0.1.0

This is the first `vm-device` release.
The `vm-device` crate provides device traits defining read and write operations
on specialized buses, a device manager for operating devices and dispatching
I/O, and abstractions for defining resources and their constraints (e.g. a
specific bus address range, IRQ number, etc.).
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "vm-device"
version = "0.1.0"
authors = ["Samuel Ortiz <[email protected]>", "Liu Jiang <[email protected]>", "rust-vmm AWS maintainers <[email protected]>"]
description = "management for virtual devices and resources"
keywords = ["bus", "manager", "virtualization"]
edition = "2018"
repository = "https://github.com/rust-vmm/vm-device"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down

0 comments on commit 9c53465

Please sign in to comment.