Skip to content

Commit 7089ae6

Browse files
authored
Release 0.9.1 (#149)
1 parent 2af2322 commit 7089ae6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Unreleased - ReleaseDate
4+
5+
## 0.9.1 - 2022-09-09
46
### Added
57
- `set_0_*` for all RW1C bits, which sets the bit to 0. This prevents the bit from being cleared on write.
68
- `Default` implementations for registers without RsvdP bits, which allows avoiding a redundant read.

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

0 commit comments

Comments
 (0)