mirror of
https://github.com/InioX/matugen.git
synced 2025-05-12 21:10:36 +01:00
chore: release v2.4.1
This commit is contained in:
parent
4dbb91cbe0
commit
6fbd03e862
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1218,7 +1218,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "matugen"
|
||||
version = "2.4.0"
|
||||
version = "2.4.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue