From 5c6a544373018d578343e77ed74830a995f79b20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:58:06 -0400 Subject: [PATCH] chore(main): release 0.3.0 (#12) 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 efc4499..0913d79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edbb371..8ede877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/uncenter/purr/compare/v0.2.1...v0.3.0) (2024-06-07) + + +### Features + +* **whiskerify:** warn if original content to identical to output ([7e74694](https://github.com/uncenter/purr/commit/7e74694e78bb4d6a24e73608e268078f40b3df27)) + + +### Bug Fixes + +* **whiskerify:** use regex to match while ignoring hex casing ([a826ba5](https://github.com/uncenter/purr/commit/a826ba569fae27886a29e4ce1b2d2565e012739d)) + ## [0.2.1](https://github.com/uncenter/purr/compare/v0.2.0...v0.2.1) (2024-06-03) diff --git a/Cargo.lock b/Cargo.lock index f912d86..9e46f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "catppuccin-purr" -version = "0.2.1" +version = "0.3.0" dependencies = [ "catppuccin", "clap", diff --git a/Cargo.toml b/Cargo.toml index fc0914e..3a11627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-purr" -version = "0.2.1" +version = "0.3.0" authors = ["uncenter "] license = "MIT" description = "Unoffical CLI for developing Catppuccin ports"