From 044a79ac5101145d3cc21e9fc4640ca29e8a4edf Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:34:03 +0100 Subject: [PATCH] chore: release v2.5.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f973dc8..ebd3e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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-09 + +### Added + +- add palettes to `dump_json` + +### Fixed + +- wrong tones in `dump_json` (#116) + +### Other + +- *(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 99b5f3f..da3b35d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1218,7 +1218,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 a7b2d7f..bb273eb 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"