From 37c33a2a78ad6a1ec97fc91a8ca2d1a706c10060 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:25:08 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cb1a5..077fd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1](https://github.com/InioX/matugen/compare/matugen-v0.11.0...matugen-v0.11.1) - 2023-11-17 + +### Fixed +- remove unused result warning +- *(macos)* update specific functions to only run on linux and macos ([#25](https://github.com/InioX/matugen/pull/25)) +- *(macos)* use conditional import for unsupported modules ([#25](https://github.com/InioX/matugen/pull/25)) + +### Other +- update note syntax +- update roadmap icon + ## [0.10.1](https://github.com/InioX/matugen/compare/matugen-v0.10.0...matugen-v0.10.1) - 2023-09-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index eb0ea0f..7798419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "matugen" -version = "0.11.0" +version = "0.11.1" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index b1e3493..76f241e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "0.11.0" +version = "0.11.1" description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" categories = ["command-line-utilities"]