Skip to content

Commit

Permalink
Merge pull request #50 from InioX/release-plz-2024-02-02T05-08-07Z
Browse files Browse the repository at this point in the history
chore: release v2.1.0
  • Loading branch information
InioX authored Feb 3, 2024
2 parents 34644c3 + ef3a687 commit f0d47fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0](https://github.com/InioX/matugen/compare/v2.0.0...v2.1.0) - 2024-02-03

### Added
- add --contrast flag

### Fixed
- add back source_color to `--show-colors`
- use IndexMap for `--show-colors` table

### Other
- Merge pull request [#52](https://github.com/InioX/matugen/pull/52) from InioX/dev
- *(readme)* update acknowledgements
- *(readme)* remove roadmap
- bump material-colors ver

## [2.0.0](https://github.com/InioX/matugen/compare/v1.2.1...v2.0.0) - 2024-02-01

### 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matugen"
version = "2.0.0"
version = "2.1.0"
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen"
categories = ["command-line-utilities"]
Expand Down

0 comments on commit f0d47fd

Please sign in to comment.