Skip to content

Commit

Permalink
Merge pull request #16 from InioX/release-plz/2023-08-15T19-01-49Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
InioX authored Sep 17, 2023
2 parents 96df512 + 10ee1b3 commit 4beb04f
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1](https://github.com/InioX/matugen/compare/matugen-v0.10.0...matugen-v0.10.1) - 2023-09-17

### Added
- *(COLORS_ANDROID)* add `source_color`
- *(template)* add `hsl` and `hsla` formats
- *(template)* add `dark`, `amoled` and `light` schemes to every template

### Fixed
- *(android_scheme)* fix `light` and `pure_dark` colors

### Other
- remove build warnings (closes [#17](https://github.com/InioX/matugen/pull/17))
- add `--json` docs
- format with cargofmt
- add --json flag
- run formatter
- update note markdown
- *(nixos)* add specific version for flake
- move some stuff into their own functions

## [0.10.0](https://github.com/InioX/matugen/compare/matugen-v0.9.0...matugen-v0.10.0) - 2023-08-15

### Added
Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matugen"
version = "0.10.0"
version = "0.10.1"
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen"
categories = ["command-line-utilities"]
Expand All @@ -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.0",package = "ini-material-color-utilities-rs", path = "material-color-utilities-rs", features = ["serde", "clap"] }
material-color-utilities-rs = { version = "0.4.1",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
9 changes: 9 additions & 0 deletions material-color-utilities-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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
- *(android_scheme)* fix `light` and `pure_dark` colors

### Other
- remove build warnings (closes [#17](https://github.com/InioX/matugen/pull/17))
- format with cargofmt

## [0.4.0](https://github.com/InioX/matugen/compare/ini-material-color-utilities-rs-v0.3.0...ini-material-color-utilities-rs-v0.4.0) - 2023-08-15

### Added
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.0"
version = "0.4.1"
edition = "2021"
license-file = "./LICENSE"
description = "A rust port of Material Design color utilities"
Expand Down

0 comments on commit 4beb04f

Please sign in to comment.