From 3459b3d1c60c0076820027f1a9bcd43b8873846d Mon Sep 17 00:00:00 2001 From: John Whittington Date: Thu, 13 Jun 2024 14:43:30 +0200 Subject: [PATCH] minor release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"]