Skip to content

Commit 55f94d7

Browse files
authored
Release 0.8.6 (#141)
* Add a changelog * Release 0.8.6
1 parent a71f5b5 commit 55f94d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Unreleased - ReleaseDate
44

5+
## 0.8.6 - 2022-07-31
6+
### Fixed
7+
- The wrong bit range in the implementation of `TryFrom<[u32; 4]>` for TRB structs is fixed.
8+
59
## 0.8.5 - 2022-07-21
610
### Added
7-
- Add the implementation of `TryFrom<[u32; 4]>` to TRB structs in `ring::trb::command` and `ring::trb::transfer`
11+
- Added the implementation of `TryFrom<[u32; 4]>` to TRB structs in `ring::trb::command` and `ring::trb::transfer`
812

913
### Changed
1014
- Clippy's function size limitation setting is removed.

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

0 commit comments

Comments
 (0)