Skip to content

Commit

Permalink
chore: release main (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 23, 2023
1 parent c645c1b commit a16634e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions deno-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
7 changes: 7 additions & 0 deletions puccinier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion puccinier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puccinier"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
readme = "README.md"
authors = ["ap-1 <anishp0828@gmail.com>"]
Expand Down
14 changes: 14 additions & 0 deletions whiskers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catppuccin-whiskers"
version = "1.1.1"
version = "1.1.2"
authors = ["backwardspy <backwardspy@pigeon.life>"]
edition = "2021"
description = "Soothing port creation tool for the high-spirited!"
Expand Down

0 comments on commit a16634e

Please sign in to comment.