diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 980ea05..f800719 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a2323d0..a4d7c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.3](https://github.com/kohbis/rslack/compare/v0.4.2...v0.4.3) (2024-02-25) + + +### Bug Fixes + +* 🐛 actions runs-on ([2343492](https://github.com/kohbis/rslack/commit/234349271d504e03a9e9a7f0e151db7337983931)) +* 🐛 Actions settings ([cc0aac1](https://github.com/kohbis/rslack/commit/cc0aac18351bb88dce2ad4f419b3f8666859a233)) +* 🐛 Update release actions ([5560002](https://github.com/kohbis/rslack/commit/5560002f53fbb58bca0aa979d28642c6c6e2d15d)) + ## [0.4.2](https://github.com/kohbis/rslack/compare/v0.4.1...v0.4.2) (2024-02-25) diff --git a/Cargo.lock b/Cargo.lock index f4a4b70..894c856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 6bbe1bc..9a10626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.4.2" +version = "0.4.3" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"