Skip to content

Commit

Permalink
Merge pull request #19 from InioX/release-plz/2023-09-28T08-33-29Z
Browse files Browse the repository at this point in the history
chore(ini-material-color-utilities-rs): release v0.5.0
  • Loading branch information
InioX authored Nov 14, 2023
2 parents 4967526 + eea0648 commit 2922541
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
6 changes: 6 additions & 0 deletions material-color-utilities-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material-color-utilities-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2922541

Please sign in to comment.