Skip to content

Commit

Permalink
Merge pull request #8 from InioX/release-plz/2023-08-05T20-52-50Z
Browse files Browse the repository at this point in the history
chore(matugen): release v0.8.4
  • Loading branch information
InioX authored Aug 5, 2023
2 parents 3f8f24d + f012106 commit 64df701
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.4](https://github.com/InioX/Matugen/compare/matugen-v0.8.3...matugen-v0.8.4) - 2023-08-05

### Other
- update cargo and flake lockfiles

## [0.8.3](https://github.com/InioX/Matugen/compare/v0.8.2...v0.8.3) - 2023-08-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.8.3"
version = "0.8.4"
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen-rs"
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -32,4 +32,4 @@ paris-log = { version = "1.0.2", features = ["icons"] }
colorsys = "0.6.7"

[workspace]
members = ["material-color-utilities-rs"]
members = ["material-color-utilities-rs"]

0 comments on commit 64df701

Please sign in to comment.