diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0913d79..1c1f3a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ede877..0166a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/uncenter/purr/compare/v0.3.0...v0.3.1) (2024-06-09) + + +### Bug Fixes + +* **whiskerify:** don't only search for hex codes with # ([6104f93](https://github.com/uncenter/purr/commit/6104f933fba836ad026506362b8b44cd71c5a797)) + ## [0.3.0](https://github.com/uncenter/purr/compare/v0.2.1...v0.3.0) (2024-06-07) diff --git a/Cargo.lock b/Cargo.lock index 9e46f63..4b0e9ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "catppuccin-purr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "catppuccin", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3a11627..a11f670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-purr" -version = "0.3.0" +version = "0.3.1" authors = ["uncenter "] license = "MIT" description = "Unoffical CLI for developing Catppuccin ports"