From 9b2fe9340e78ea4f65e2170299904445c7ecd962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 05:13:50 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3e2bf49..980ea05 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b59331..a2323d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/kohbis/rslack/compare/v0.4.1...v0.4.2) (2024-02-25) + + +### Bug Fixes + +* 🐛 Trigger creating github release ([59d60f7](https://github.com/kohbis/rslack/commit/59d60f7c91ace16c790889e12bce82cf80602c29)) + ## [0.4.1](https://github.com/kohbis/rslack/compare/v0.4.0...v0.4.1) (2024-02-25) diff --git a/Cargo.lock b/Cargo.lock index b204cb0..f4a4b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 0a01957..6bbe1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.4.1" +version = "0.4.2" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"