From 78ac0de74c855c5dca01cfa337a26a7b77089c63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:49:43 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad58389..2e32cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0](https://github.com/InioX/matugen/compare/v2.1.0...v2.2.0) - 2024-03-26 + +### Added +- add `harmonized_colors` to `--json` flag ([#53](https://github.com/InioX/matugen/pull/53)) +- add `to_upper` and `to_lower` filters +- add `replace` filter +- add `set_lightness` filter +- add `colors_to_harmonize` +- *(config)* change `custom_keywords` configuration syntax + +### Fixed +- move aur publish into `aur.yml` +- remove aur action in `main.yml` +- format `harmonized_colors` in `dump_json` ([#53](https://github.com/InioX/matugen/pull/53)) + +### Other +- *(readme)* update features +- *(readme)* add arch install guide +- Merge pull request [#58](https://github.com/InioX/matugen/pull/58) from Ehllay/main +- Merge pull request [#57](https://github.com/InioX/matugen/pull/57) from InioX/dev +- remove error message when compiling template +- run `clippy fix` + ## [2.1.0](https://github.com/InioX/matugen/compare/v2.0.0...v2.1.0) - 2024-02-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3c073ae..b19c4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.1.0" +version = "2.2.0" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 00beb93..fb0e7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.1.0" +version = "2.2.0" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen"