Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2024
1 parent 0cd4327 commit d3fa149
Show file tree
Hide file tree
Showing 6 changed files with 26 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","whiskers":"2.0.2","deno-lib":"1.0.0"}
{"catwalk":"1.3.0","whiskers":"2.1.0","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.

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


Expand Down
2 changes: 1 addition & 1 deletion catwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A sweet program that takes in four showcase images and displays t
authors = ["Catppuccin Org <[email protected]>"]
repository = "https://github.com/catppuccin/toolbox"
license = "MIT"
version = "1.2.0"
version = "1.3.0"
edition = "2021"

[[bin]]
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

## [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:** add --create-parent-dirs option ([#182](https://github.com/catppuccin/toolbox/issues/182)) ([0cd4327](https://github.com/catppuccin/toolbox/commit/0cd432754dfc112dababd2db9b2061175cc0b123))
* **whiskers:** allow overrides of any matrix iterable ([#171](https://github.com/catppuccin/toolbox/issues/171)) ([052482d](https://github.com/catppuccin/toolbox/commit/052482d8c702b4747ef97a507ca8d749e4a75b76))


### 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)


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 = "2.0.2"
version = "2.1.0"
authors = ["backwardspy <[email protected]>"]
edition = "2021"
description = "Soothing port creation tool for the high-spirited!"
Expand Down

0 comments on commit d3fa149

Please sign in to comment.