From 6fbd03e862a9ec86e72d62ccdd134520db16deec Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:35:52 +0100 Subject: [PATCH] chore: release v2.4.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d165..f973dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.1](https://github.com/InioX/matugen/compare/v2.4.0...v2.4.1) - 2024-11-13 + +### Fixed + +- remove `wallpaper.set` option +- add `dump-json` to default featues + +### Other + +- run cargo fmt +- *(readme)* add discord server link + ## [2.4.0](https://github.com/InioX/matugen/compare/v2.3.0...v2.4.0) - 2024-11-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index bd48edc..99b5f3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.4.0" +version = "2.4.1" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index c56d7ac..a7b2d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.4.0" +version = "2.4.1" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen"