Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent 8a27432 commit 8936a39
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ 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)* 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8936a39

Please sign in to comment.