From eea0648854380d32481fc4129ce358ef3c6eb226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:12:54 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- material-color-utilities-rs/CHANGELOG.md | 6 ++++++ material-color-utilities-rs/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3594043..eb0ea0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "ini-material-color-utilities-rs" -version = "0.4.1" +version = "0.5.0" dependencies = [ "ahash", "assert_approx_eq", @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "matugen" -version = "0.10.1" +version = "0.11.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 8cc27c9..b1e3493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -material-color-utilities-rs = { version = "0.4.1",package = "ini-material-color-utilities-rs", path = "material-color-utilities-rs", features = ["serde", "clap"] } +material-color-utilities-rs = { version = "0.5.0",package = "ini-material-color-utilities-rs", path = "material-color-utilities-rs", features = ["serde", "clap"] } image = "0.24.6" owo-colors = "3.5.0" clap = { version = "4.2.4", features = ["derive"] } diff --git a/material-color-utilities-rs/CHANGELOG.md b/material-color-utilities-rs/CHANGELOG.md index eb57699..9db2f9f 100644 --- a/material-color-utilities-rs/CHANGELOG.md +++ b/material-color-utilities-rs/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/InioX/matugen/compare/ini-material-color-utilities-rs-v0.4.1...ini-material-color-utilities-rs-v0.5.0) - 2023-11-14 + +### Other +- Added new surfaces, fixed colors, removed deprecated colors, changed chroma for neutral palette +- cargo fmt + ## [0.4.1](https://github.com/InioX/matugen/compare/ini-material-color-utilities-rs-v0.4.0...ini-material-color-utilities-rs-v0.4.1) - 2023-09-17 ### Fixed diff --git a/material-color-utilities-rs/Cargo.toml b/material-color-utilities-rs/Cargo.toml index 71ca38e..9db3846 100644 --- a/material-color-utilities-rs/Cargo.toml +++ b/material-color-utilities-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ini-material-color-utilities-rs" -version = "0.4.1" +version = "0.5.0" edition = "2021" license-file = "./LICENSE" description = "A rust port of Material Design color utilities"