diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cea5676..b724896e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"catwalk":"1.2.0","whiskers":"2.0.2","deno-lib":"1.0.0"} +{"catwalk":"1.3.0","whiskers":"2.1.0","deno-lib":"1.0.0"} diff --git a/Cargo.lock b/Cargo.lock index 5a3ac44f..49c43e4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "catppuccin-catwalk" -version = "1.2.0" +version = "1.3.0" dependencies = [ "clap", "clap_complete", @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "catppuccin-whiskers" -version = "2.0.2" +version = "2.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/catwalk/CHANGELOG.md b/catwalk/CHANGELOG.md index 827424e0..c2d7235f 100644 --- a/catwalk/CHANGELOG.md +++ b/catwalk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/catppuccin/toolbox/compare/catwalk-v1.2.0...catwalk-v1.3.0) (2024-04-27) + + +### Features + +* binstall support ([#173](https://github.com/catppuccin/toolbox/issues/173)) ([2ae0c33](https://github.com/catppuccin/toolbox/commit/2ae0c33b9b6c577cacbeed02e6a68873194597ab)) + ## [1.2.0](https://github.com/catppuccin/toolbox/compare/catwalk-v1.1.1...catwalk-v1.2.0) (2023-11-04) diff --git a/catwalk/Cargo.toml b/catwalk/Cargo.toml index d4b40c2e..24cc673d 100644 --- a/catwalk/Cargo.toml +++ b/catwalk/Cargo.toml @@ -4,7 +4,7 @@ description = "A sweet program that takes in four showcase images and displays t authors = ["Catppuccin Org "] repository = "https://github.com/catppuccin/toolbox" license = "MIT" -version = "1.2.0" +version = "1.3.0" edition = "2021" [[bin]] diff --git a/whiskers/CHANGELOG.md b/whiskers/CHANGELOG.md index 6f5e04f4..929b29d5 100644 --- a/whiskers/CHANGELOG.md +++ b/whiskers/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.0](https://github.com/catppuccin/toolbox/compare/whiskers-v2.0.2...whiskers-v2.1.0) (2024-04-27) + + +### Features + +* binstall support ([#173](https://github.com/catppuccin/toolbox/issues/173)) ([2ae0c33](https://github.com/catppuccin/toolbox/commit/2ae0c33b9b6c577cacbeed02e6a68873194597ab)) +* **whiskers:** allow overrides of any matrix iterable ([#171](https://github.com/catppuccin/toolbox/issues/171)) ([052482d](https://github.com/catppuccin/toolbox/commit/052482d8c702b4747ef97a507ca8d749e4a75b76)) +* **whiskers:** create needed parent directories by default ([0cd4327](https://github.com/catppuccin/toolbox/commit/0cd432754dfc112dababd2db9b2061175cc0b123)) +* **whiskers:** support alternative template file encodings ([a966a83](https://github.com/catppuccin/toolbox/commit/a966a83fa00464d01e8ede3e9760abb5712817d7)) + + +### Bug Fixes + +* **deps:** update rust crate rmp-serde to 1.2 ([#180](https://github.com/catppuccin/toolbox/issues/180)) ([6148435](https://github.com/catppuccin/toolbox/commit/6148435e940b82f3edfa65c02cb9e20a48cb7de5)) + ## [2.0.2](https://github.com/catppuccin/toolbox/compare/whiskers-v2.0.1...whiskers-v2.0.2) (2024-04-02) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 3bd3f6c8..4adc549b 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-whiskers" -version = "2.0.2" +version = "2.1.0" authors = ["backwardspy "] edition = "2021" description = "Soothing port creation tool for the high-spirited!"