From 89c2df7be8cb462a606953320b8ab4ddbb2f619c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:34:27 -0400 Subject: [PATCH] chore(main): release 0.4.1 (#22) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 804dca8..c4c4a61 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c2b28..934d9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/uncenter/purr/compare/v0.4.0...v0.4.1) (2024-06-18) + + +### Bug Fixes + +* **query:** compare lowercase ids for --for ([4cc10f6](https://github.com/uncenter/purr/commit/4cc10f6c8b851a50d77e08a302240287becc2d86)) + ## [0.4.0](https://github.com/uncenter/purr/compare/v0.3.1...v0.4.0) (2024-06-10) diff --git a/Cargo.lock b/Cargo.lock index a787c23..7982859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "catppuccin-purr" -version = "0.4.0" +version = "0.4.1" dependencies = [ "catppuccin", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8be0001..8a85444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-purr" -version = "0.4.0" +version = "0.4.1" authors = ["uncenter "] license = "MIT" description = "Unoffical CLI for developing Catppuccin ports"