From f0121062651bb5aeb2eb9d02f36eee1eac95bf98 Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 5 Aug 2023 20:52:50 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f73579..c5b65af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.4](https://github.com/InioX/Matugen/compare/matugen-v0.8.3...matugen-v0.8.4) - 2023-08-05 + +### Other +- update cargo and flake lockfiles + ## [0.8.3](https://github.com/InioX/Matugen/compare/v0.8.2...v0.8.3) - 2023-08-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7a23dc9..4e13b48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "matugen" -version = "0.8.3" +version = "0.8.4" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 01b7c58..b5b693b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "0.8.3" +version = "0.8.4" description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen-rs" categories = ["command-line-utilities"] @@ -32,4 +32,4 @@ paris-log = { version = "1.0.2", features = ["icons"] } colorsys = "0.6.7" [workspace] -members = ["material-color-utilities-rs"] \ No newline at end of file +members = ["material-color-utilities-rs"]