diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8a295e..60b1e8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - ReleaseDate +## [0.10.0] - 2024-01-20 ### Features diff --git a/Cargo.lock b/Cargo.lock index c834722d..a7f4cc62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "devicon-lookup" -version = "0.9.1" +version = "0.10.0" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bb06c32b..244e03c2 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.9.1" +version = "0.10.0" authors = ["Corey Alexander "] repository = "https://github.com/coreyja/devicon-lookup" license = "MIT"