From 46f20d199d6c8424e4680c9133a4e7e57aab3d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:40:38 +0100 Subject: [PATCH] chore: release main (#231) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec46874..366d80c 100644 --- a/CHANGELOG.md +++ b/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/Cargo.toml b/Cargo.toml index ad0b14f..4a1ee26 100644 --- a/Cargo.toml +++ b/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!"