From 658aac3eedf87533918b74630c539108f8b09f3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:22:23 -0400 Subject: [PATCH] chore(main): release 0.4.0 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c1f3a7..804dca8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0166a2b..94c2b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/uncenter/purr/compare/v0.3.1...v0.4.0) (2024-06-10) + + +### Features + +* **whiskerify:** handle hsl colors ([2fa76ea](https://github.com/uncenter/purr/commit/2fa76ea44c64dbb8c48e1e96f6b437dbd8e0fe90)) + + +### Bug Fixes + +* better handle invalid --for arguments ([81ad6d7](https://github.com/uncenter/purr/commit/81ad6d75de8e468cd1e053cf7e36a98e1c66859a)) + ## [0.3.1](https://github.com/uncenter/purr/compare/v0.3.0...v0.3.1) (2024-06-09) diff --git a/Cargo.lock b/Cargo.lock index 2711654..f175e1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "catppuccin-purr" -version = "0.3.1" +version = "0.4.0" dependencies = [ "catppuccin", "clap", diff --git a/Cargo.toml b/Cargo.toml index b5d616e..5bfa5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-purr" -version = "0.3.1" +version = "0.4.0" authors = ["uncenter "] license = "MIT" description = "Unoffical CLI for developing Catppuccin ports"