diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 519f5dc..1c9d816 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"catwalk":"1.3.1","whiskers":"2.2.0","deno-lib":"1.0.0"} +{"catwalk":"1.3.1","whiskers":"2.3.0","deno-lib":"1.0.0"} diff --git a/Cargo.lock b/Cargo.lock index f52adf1..21aa499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "catppuccin-whiskers" -version = "2.2.0" +version = "2.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/whiskers/CHANGELOG.md b/whiskers/CHANGELOG.md index ec46874..366d80c 100644 --- a/whiskers/CHANGELOG.md +++ b/whiskers/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.3.0](https://github.com/catppuccin/toolbox/compare/whiskers-v2.2.0...whiskers-v2.3.0) (2024-05-27) + + +### Features + +* **whiskers:** add --list-flavors and --list-accents ([#219](https://github.com/catppuccin/toolbox/issues/219)) ([2a53432](https://github.com/catppuccin/toolbox/commit/2a534326a8b44027628044d6f6a8e84e1824144a)) +* **whiskers:** add css_* functions as filters ([#230](https://github.com/catppuccin/toolbox/issues/230)) ([e2e7f22](https://github.com/catppuccin/toolbox/commit/e2e7f22b88bafd89f2da63f869e3c895abdb5545)) +* **whiskers:** add read_file function ([#217](https://github.com/catppuccin/toolbox/issues/217)) ([c00881a](https://github.com/catppuccin/toolbox/commit/c00881a0c67806b0f8572693728c1ac1bc5586c5)) + ## [2.2.0](https://github.com/catppuccin/toolbox/compare/whiskers-v2.1.1...whiskers-v2.2.0) (2024-05-26) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index ad0b14f..4a1ee26 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-whiskers" -version = "2.2.0" +version = "2.3.0" authors = ["backwardspy "] edition = "2021" description = "Soothing port creation tool for the high-spirited!"