From a6be59f2bf58fc85059aea310ccd7cae7407da5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:10:02 +0100 Subject: [PATCH] chore: release main (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- whiskers/CHANGELOG.md | 7 +++++++ whiskers/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a98c502..5cea5676 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"catwalk":"1.2.0","whiskers":"2.0.1","deno-lib":"1.0.0"} +{"catwalk":"1.2.0","whiskers":"2.0.2","deno-lib":"1.0.0"} diff --git a/Cargo.lock b/Cargo.lock index daf169a2..e6b2c23d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "catppuccin-whiskers" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/whiskers/CHANGELOG.md b/whiskers/CHANGELOG.md index 751f2113..6f5e04f4 100644 --- a/whiskers/CHANGELOG.md +++ b/whiskers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/catppuccin/toolbox/compare/whiskers-v2.0.1...whiskers-v2.0.2) (2024-04-02) + + +### Bug Fixes + +* put flavors/flavor into context even when matrix is used ([#169](https://github.com/catppuccin/toolbox/issues/169)) ([58dc4b5](https://github.com/catppuccin/toolbox/commit/58dc4b5663b4a37abaa29f0b43995d6c4de201ee)) + ## [2.0.1](https://github.com/catppuccin/toolbox/compare/whiskers-v2.0.0...whiskers-v2.0.1) (2024-04-01) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 02245e39..251ffbdd 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-whiskers" -version = "2.0.1" +version = "2.0.2" authors = ["backwardspy "] edition = "2021" description = "Soothing port creation tool for the high-spirited!"