From af4d185c02f0045efd6cbc9d6fdd11194dd686bd Mon Sep 17 00:00:00 2001 From: Corey Alexander Date: Fri, 2 Feb 2024 20:10:50 -0500 Subject: [PATCH] =?UTF-8?q?Release=200.10.2=20=F0=9F=8E=89=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a99997..c1f6b573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased - ReleaseDate +## 0.10.2 - 2024-02-03 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index e613fa6d..36b331e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "devicon-lookup" -version = "0.10.1" +version = "0.10.2" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b1464829..6bf054f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "devicon-lookup" description = "Prepend the correct devicon to the beginning of each filename" -version = "0.10.1" +version = "0.10.2" authors = ["Corey Alexander "] repository = "https://github.com/coreyja/devicon-lookup" license = "MIT"