From 03f2469eee96a12f3591b9bd9073216b088e2db2 Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:31:30 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129b840..69fdd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0](https://github.com/InioX/matugen/compare/v2.3.0...v2.4.0) - 2024-06-14 + +### Added +- add `version_check` setting ([#78](https://github.com/InioX/matugen/pull/78)) + +### Fixed +- update syntax in example template ([#77](https://github.com/InioX/matugen/pull/77)) + +### Other +- run `cargo fmt` +- *(readme)* update version badges + ## [2.3.0](https://github.com/InioX/matugen/compare/v2.2.0...v2.3.0) - 2024-05-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index bacfb61..c74e5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,7 +1023,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.3.0" +version = "2.4.0" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7d1a208..29c537e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.3.0" +version = "2.4.0" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen"