diff --git a/CHANGELOG.md b/CHANGELOG.md index 9515ff14..bff1087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased - ReleaseDate +## 0.10.1 - 2024-01-27 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index b60672ae..50211ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "devicon-lookup" -version = "0.10.0" +version = "0.10.1" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 538fdb38..b91a3f33 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.0" +version = "0.10.1" authors = ["Corey Alexander "] repository = "https://github.com/coreyja/devicon-lookup" license = "MIT"