10000 Release 0.8.5 (#139) · rust-osdev/xhci@4ae7fb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ae7fb3

Browse files
authored
Release 0.8.5 (#139)
1 parent 8c01d63 commit 4ae7fb3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## Unreleased - ReleaseDate
4+
5+
## 0.8.5 - 2022-07-21
46
### Added
57
- Add the implementation of `TryFrom<[u32; 4]>` to TRB structs in `ring::trb::command` and `ring::trb::transfer`
68

9+
### Changed
10+
- Clippy's function size limitation setting is removed.
11+
712
## 0.8.4 - 2022-05-29
813
### Fixed
914
- Wrong bit range in `StructuralParameters2::max_scratchpad_buffers` 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.4"
3+
version = "0.8.5"
44
authors = ["Hiroki Tokunaga <tokusan441@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)
0