Skip to content

Commit e4f3764

Browse files
authored
Release 0.9.0 (#145)
1 parent 3af7a25 commit e4f3764

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.9.0 - 2022-08-23
6+
### Changed
7+
- The structure of `registers::runtime::InterrupterRegisterSet` is changed, and you can now modify single fields of the Interrupter Register Set via `registers::runtime::Interrupter`. See https://github.com/rust-osdev/xhci/pull/142 and https://github.com/rust-osdev/xhci/pull/142#issuecomment-1222378513 for the background of this change.
8+
9+
### Removed
10+
- `registers::runtime::InterruptRegisterSet` in favor of `registers::runtime::InterrupterRegisterSet`.
11+
512
## 0.8.7 - 2022-08-17
613
### Changed
714
- `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.

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

0 commit comments

Comments
 (0)