From 2c67382c7afece3d8f5ab3b671e738beb61f7dd2 Mon Sep 17 00:00:00 2001 From: InioX Date: Thu, 14 Dec 2023 19:36:36 +0100 Subject: [PATCH] chore: release Signed-off-by: InioX --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e0688..6a7f249 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] +## [1.1.0](https://github.com/InioX/matugen/compare/matugen-v1.0.0...matugen-v1.1.0) - 2023-12-14 + +### Added +- add span of file in template render error +- add custom keywords + +### Fixed +- `--show-colors`, `--json` not showing without an image +- wrong hsl color in generated file +- do not open file before rendering template + +### Other +- Merge branch 'main' of https://github.com/InioX/matugen + ## [0.11.2](https://github.com/InioX/matugen/compare/matugen-v0.11.1...matugen-v0.11.2) - 2023-12-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index f6c98b4..e70101b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,7 +897,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "matugen" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 2117500..39c0060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "1.0.0" +version = "1.1.0" description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" categories = ["command-line-utilities"]