From 808cf1d0a805f8b75b7cf8d68cce8508b0b1bf41 Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:24:50 +0100 Subject: [PATCH] chore: release v2.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f973dc8..1e72103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.0](https://github.com/InioX/matugen/compare/v2.4.1...v2.5.0) - 2024-12-21 + +### Added + +- add ui +- add palettes to `dump_json` + +### Fixed + +- trying to install color eyre twice +- not compiling because of unix wallpaper +- wrong tones in `dump_json` (#116) + +### Other + +- run cargo fmt +- refactor +- *(readme)* improve discord link + ## [2.4.1](https://github.com/InioX/matugen/compare/v2.4.0...v2.4.1) - 2024-11-13 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3d92a03..b62bf01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2503,7 +2503,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.4.1" +version = "2.5.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index da50baf..cc2a069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.4.1" +version = "2.5.0" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" @@ -82,4 +82,4 @@ egui = { version = "0.29.1", optional = true } eframe = { version = "0.29.1", optional = true } indexmap = { version = "2.7.0", optional = true } egui_file = { version = "0.19.0", optional = true } -rfd = { version = "0.15.1", optional = true } \ No newline at end of file +rfd = { version = "0.15.1", optional = true }