From 854879171de4b25b53e9d43fce0aa76925f4856f Mon Sep 17 00:00:00 2001 From: Corey Alexander Date: Sat, 22 Jul 2023 14:36:16 -0400 Subject: [PATCH] =?UTF-8?q?Release=200.9.0=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 1ca0e7ad..2d9addff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - ReleaseDate +## [0.9.0] - 2023-07-22 ### Icon Updates diff --git a/Cargo.lock b/Cargo.lock index 595a1156..b3018547 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "devicon-lookup" -version = "0.8.1" +version = "0.9.0" dependencies = [ "assert_cmd", "cargo-release", diff --git a/Cargo.toml b/Cargo.toml index c333a37d..cad8cb11 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.8.1" +version = "0.9.0" authors = ["Corey Alexander "] repository = "https://github.com/coreyja/devicon-lookup" license = "MIT"