From a16634e37633e3fb7c316fbfd812245a68297d81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:27:10 +0100 Subject: [PATCH] chore: release main (#78) --- .release-please-manifest.json | 2 +- Cargo.lock | 4 ++-- deno-lib/CHANGELOG.md | 8 ++++++++ puccinier/CHANGELOG.md | 7 +++++++ puccinier/Cargo.toml | 2 +- whiskers/CHANGELOG.md | 14 ++++++++++++++ whiskers/Cargo.toml | 2 +- 7 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 deno-lib/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39038b51..741889f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"catwalk":"1.2.0","puccinier":"1.0.3","whiskers":"1.1.1"} +{"catwalk":"1.2.0","puccinier":"1.0.4","whiskers":"1.1.2","deno-lib":"1.0.0"} diff --git a/Cargo.lock b/Cargo.lock index f77a95cf..0676c8dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "catppuccin-whiskers" -version = "1.1.1" +version = "1.1.2" dependencies = [ "base64", "catppuccin", @@ -625,7 +625,7 @@ dependencies = [ [[package]] name = "puccinier" -version = "1.0.3" +version = "1.0.4" dependencies = [ "atty", "regex", diff --git a/deno-lib/CHANGELOG.md b/deno-lib/CHANGELOG.md new file mode 100644 index 00000000..b84a47fe --- /dev/null +++ b/deno-lib/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2023-11-23) + + +### Features + +* **deno-lib:** init ([#89](https://github.com/catppuccin/toolbox/issues/89)) ([58f1b8d](https://github.com/catppuccin/toolbox/commit/58f1b8d0c01d24a9cf39cbcb695469f776d004c8)) diff --git a/puccinier/CHANGELOG.md b/puccinier/CHANGELOG.md index d3f02a1d..a4e33957 100644 --- a/puccinier/CHANGELOG.md +++ b/puccinier/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/catppuccin/toolbox/compare/puccinier-v1.0.3...puccinier-v1.0.4) (2023-11-23) + + +### Bug Fixes + +* **deps:** update rust crate regex to 1.10 ([#80](https://github.com/catppuccin/toolbox/issues/80)) ([08baef9](https://github.com/catppuccin/toolbox/commit/08baef927460fbd654c863763fb48a8d46da394b)) + ## [1.0.3](https://github.com/catppuccin/toolbox/compare/puccinier-v1.0.2...puccinier-v1.0.3) (2023-10-28) diff --git a/puccinier/Cargo.toml b/puccinier/Cargo.toml index 670abeeb..30b1be02 100644 --- a/puccinier/Cargo.toml +++ b/puccinier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puccinier" -version = "1.0.3" +version = "1.0.4" edition = "2021" readme = "README.md" authors = ["ap-1 "] diff --git a/whiskers/CHANGELOG.md b/whiskers/CHANGELOG.md index 18300bbd..22cee57e 100644 --- a/whiskers/CHANGELOG.md +++ b/whiskers/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.2](https://github.com/catppuccin/toolbox/compare/whiskers-v1.1.1...whiskers-v1.1.2) (2023-11-23) + + +### Bug Fixes + +* **deps:** update rust crate base64 to 0.21.5 ([#70](https://github.com/catppuccin/toolbox/issues/70)) ([be92614](https://github.com/catppuccin/toolbox/commit/be9261407e181a3cbf2bb88be871727ebd88dc3e)) +* **deps:** update rust crate clap to 4.4.7 ([#71](https://github.com/catppuccin/toolbox/issues/71)) ([21cdc5d](https://github.com/catppuccin/toolbox/commit/21cdc5d1e51f2145758c49e8fff83a426ee72cee)) +* **deps:** update rust crate clap to 4.4.8 ([#84](https://github.com/catppuccin/toolbox/issues/84)) ([efac5e3](https://github.com/catppuccin/toolbox/commit/efac5e3548521d5bdcaa83f49c8775bfab20dda2)) +* **deps:** update rust crate handlebars to 4.5.0 ([#79](https://github.com/catppuccin/toolbox/issues/79)) ([cbd1cb7](https://github.com/catppuccin/toolbox/commit/cbd1cb7fdebb9e7f7deb57ed2cae9055a5623e56)) +* **deps:** update rust crate serde to 1.0.192 ([#74](https://github.com/catppuccin/toolbox/issues/74)) ([02676a9](https://github.com/catppuccin/toolbox/commit/02676a91c57123b8b77b92a4f15fe9c4b2925b22)) +* **deps:** update rust crate serde to 1.0.193 ([#86](https://github.com/catppuccin/toolbox/issues/86)) ([020f291](https://github.com/catppuccin/toolbox/commit/020f2910ade722dfa3d3a358f8e6baa7feacd29a)) +* **deps:** update rust crate serde_json to 1.0.108 ([#75](https://github.com/catppuccin/toolbox/issues/75)) ([e9effd0](https://github.com/catppuccin/toolbox/commit/e9effd05376c041ac0605fde6bdc0e8f614de558)) +* **deps:** update rust crate serde_yaml to 0.9.27 ([#76](https://github.com/catppuccin/toolbox/issues/76)) ([9eb5470](https://github.com/catppuccin/toolbox/commit/9eb54703ff49c9ee06b8be63396dddfca6a60f2c)) + ## [1.1.1](https://github.com/catppuccin/toolbox/compare/whiskers-v1.1.0...whiskers-v1.1.1) (2023-10-28) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 34f06fbd..6dbd136c 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-whiskers" -version = "1.1.1" +version = "1.1.2" authors = ["backwardspy "] edition = "2021" description = "Soothing port creation tool for the high-spirited!"