Skip to content

Commit 83cd8d1

Browse files
authored
chore: release 0.8.0 (#120)
* chore: add a changelog * chore: release 0.8.0
1 parent 24538ce commit 83cd8d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased - ReleaseDate
4+
5+
## 0.8.0 - 2021-05-12
6+
### Changed
47
- The most part of `trb` module is rewritten.
58
- `set_xxx(true_or_false)` methods are split into `set_xxx()` and `clear_xxx()`.
69
- Bit setters, bit clearers, and field setters now return mutable references to `Self`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xhci"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Hiroki Tokunaga <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)