diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc05bd4..f7ff4188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## Unreleased +## [1.8.5] - 2024-10-11 ### Added - risv64 support ([#37](https://github.com/tuna-f1sh/cyme/pull/37)). +### Fixed + +- MixerUnit1 number of channels index incorrect causing OoB panic ([#38](https://github.com/tuna-f1sh/cyme/issues/38)). + ## [1.8.4] - 2024-09-27 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 01991b22..ea4f28a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" [[package]] name = "cyme" -version = "1.8.4" +version = "1.8.5" dependencies = [ "assert-json-diff", "clap", diff --git a/Cargo.toml b/Cargo.toml index 580498b6..781b3eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "List system USB buses and devices; a modern cross-platform lsusb" repository = "https://github.com/tuna-f1sh/cyme" readme = "README.md" license = "GPL-3.0-or-later" -version = "1.8.4" +version = "1.8.5" edition = "2021" keywords = ["usb", "lsusb", "system_profiler", "macos", "libusb"] categories = ["command-line-utilities"] diff --git a/doc/cyme.1 b/doc/cyme.1 index 39e9b5a3..9dae1743 100644 --- a/doc/cyme.1 +++ b/doc/cyme.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH cyme 1 "cyme 1.8.4" +.TH cyme 1 "cyme 1.8.5" .SH NAME cyme \- List system USB buses and devices; a modern cross\-platform lsusb .SH SYNOPSIS @@ -402,6 +402,6 @@ Print help (see a summary with \*(Aq\-h\*(Aq) \fB\-V\fR, \fB\-\-version\fR Print version .SH VERSION -v1.8.4 +v1.8.5 .SH AUTHORS John Whittington