Skip to content

Commit

Permalink
release v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Oct 11, 2024
1 parent 4c936f1 commit a7fdf78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions doc/cyme.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <[email protected]>

0 comments on commit a7fdf78

Please sign in to comment.