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 3, 2024
1 parent 1b1ca86 commit db8ae35
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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-03

### Added
- add `to_upper` and `to_lower` filters
- add `replace` filter
- add `set_lightness` filter
- add `colors_to_harmonize`
- *(config)* change `custom_keywords` configuration syntax

### Other
- Merge pull request [#56](https://github.com/InioX/matugen/pull/56) from InioX/dev
- 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.

4 changes: 2 additions & 2 deletions 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"
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen"
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -41,4 +41,4 @@ upon = "0.8.0"
reqwest = { version = "0.11.23", default_features=false, features = ["blocking", "rustls-tls"] }
material-colors = "0.1.4"
ahash = "0.8.7"
indexmap = "2.2.2"
indexmap = "2.2.2"

0 comments on commit db8ae35

Please sign in to comment.