diff --git a/CHANGELOG.md b/CHANGELOG.md index 8146d531..25020089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Working on full dumps of device descriptors ([#15](https://github.com/tuna-f1sh/cyme/issues/15)) +## [1.6.1] - 2024-13-06 + +### Fixes + +- Replace font-awesome icons in default look-up that have been deprecated. + ## [1.6.0] - 2023-11-23 _A release of patches, PRs and merges :), thanks to support_ diff --git a/Cargo.toml b/Cargo.toml index b8d3af5c..2d0fbda3 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.6.0" +version = "1.6.1" edition = "2021" keywords = ["usb", "lsusb", "system_profiler", "macos", "libusb"] categories = ["command-line-utilities"]