chore: release v2.4.1

This commit is contained in:
ini 2024-11-13 15:35:52 +01:00 committed by GitHub
parent 4dbb91cbe0
commit 6fbd03e862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -1218,7 +1218,7 @@ dependencies = [
[[package]]
name = "matugen"
version = "2.4.0"
version = "2.4.1"
dependencies = [
"clap",
"color-eyre",

View file

@ -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"