Skip to content

Commit 25df963

Browse files
authored
Release 0.8.7 (#144)
* Add a changelog * Release 0.8.7 * Fix typo
1 parent 925f56e commit 25df963

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased - ReleaseDate
44

5+
## 0.8.7 - 2022-08-17
6+
### Changed
7+
- `registers::runtime::InterruptRegisterSet` is renamed to `registers::runtime::InterrupterRegisterSet` (note: Interrupt**er**). The former still exists but is an alias of the latter and is deprecated now.
8+
9+
### Deprecated
10+
- `registers::runtime::InterruptRegisterSet` in favor of `registers::runtime::InterrupterRegisterSet`.
11+
512
## 0.8.6 - 2022-07-31
613
### Fixed
714
- The wrong bit range in the implementation of `TryFrom<[u32; 4]>` for TRB structs is fixed.

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.8.6"
3+
version = "0.8.7"
44
authors = ["Hiroki Tokunaga <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)