diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e32cce..129b840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0](https://github.com/InioX/matugen/compare/v2.2.0...v2.3.0) - 2024-05-29 + +### Added +- rework harmonized colors into custom colors + +### Fixed +- nixos flake compile error +- update `material-colors` to 0.3.1 ([#69](https://github.com/InioX/matugen/pull/69)) + +### Other +- Merge pull request [#73](https://github.com/InioX/matugen/pull/73) from vt-d/patch-1 +- Fix issue [#71](https://github.com/InioX/matugen/pull/71) +- update material-colors to 0.3.2 +- update material-colors +- support x86_64-linux + aarch64-linux by default +- make supportedSystems overridable + ## [2.2.0](https://github.com/InioX/matugen/compare/v2.1.0...v2.2.0) - 2024-03-26 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0a636d3..bacfb61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,7 +1023,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.2.0" +version = "2.3.0" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index fa8a7a2..7d1a208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.2.0" +version = "2.3.0" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen"