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"