From 1ee1c80b0d74ba20a43834bbe3d4a759e748289f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:45:33 +0100 Subject: [PATCH] chore(main): release 1.3.2 (#14) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..0bb4db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e8654..2686e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/catppuccin/catwalk/compare/v1.3.1...v1.3.2) (2024-06-10) + + +### Bug Fixes + +* **deps:** update rust crate clap_complete to v4.5.5 ([#3](https://github.com/catppuccin/catwalk/issues/3)) ([f95b7ef](https://github.com/catppuccin/catwalk/commit/f95b7efd29cd6ab3b6ae6915d4a06fa00c29e7b1)) + ## [1.3.1](https://github.com/catppuccin/toolbox/compare/catwalk-v1.3.0...catwalk-v1.3.1) (2024-05-20) diff --git a/Cargo.lock b/Cargo.lock index 10372c1..d526a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "catppuccin-catwalk" -version = "1.3.1" +version = "1.3.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 16db36a..98af7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "🚶 Soothing pastel previews for the high-spirited!" authors = ["Catppuccin Org "] repository = "https://github.com/catppuccin/catwalk" license = "MIT" -version = "1.3.1" +version = "1.3.2" edition = "2021" [profile.release]