diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd0365..78fdd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,21 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.2.0](https://github.com/InioX/matugen/compare/matugen-v1.1.1...matugen-v1.2.0) - 2023-12-23 - -### Added -- add image fetched from web -- show template path and name in error -- add template name and path in error -- update syntax - -### Fixed -- update quantizer arguments [#39](https://github.com/InioX/matugen/pull/39) -- add back `source_color` - -### Other -- update gitignore - ## [1.1.1](https://github.com/InioX/matugen/compare/matugen-v1.1.0...matugen-v1.1.1) - 2023-12-14 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d58674c..a7d7862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "matugen" -version = "1.2.0" +version = "1.1.1" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index ff1a453..1489c29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "1.2.0" +version = "1.1.1" description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" categories = ["command-line-utilities"]