diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Changelog.org | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "usb-host" description = "Traits for USB host driver development." -version = "0.1.1" +version = "0.1.2" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "LGPL-3.0-or-later" diff --git a/Changelog.org b/Changelog.org new file mode 100644 index 0000000..ed23a6b --- /dev/null +++ b/Changelog.org @@ -0,0 +1,8 @@ +* Since 0.1.1 + - Travis integration. + - Clippy lints. + +* Since 0.1.0 + - Unit tests added for in-memory descriptor layout. + - Implementations of `TryFrom` and `PartialEq`. + - More documentation. |