diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bea626..6f6d3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.0](https://github.com/InioX/matugen/compare/v4.2.0...v4.3.0) - 2026-09-14 + +### Added + +- add template index to logs +- switch to plume-log for logging + +### Other + +- Merge pull request #320 from Cybersnake223/fix/panics-and-bugs + ## [4.2.0](https://github.com/InioX/matugen/compare/v4.1.0...v4.2.0) - 2026-08-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 470c199..61f17ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,7 +1691,7 @@ dependencies = [ [[package]] name = "matugen" -version = "4.2.0" +version = "4.3.0" dependencies = [ "ariadne", "chumsky", diff --git a/Cargo.toml b/Cargo.toml index 8755646..38cdaa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "4.2.0" +version = "4.3.0" authors = ["InioX"] description = "A material you and base16 color generation tool with templates" repository = "https://github.com/InioX/matugen"