diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f800719..2aca35a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d7c27..3ae7c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/kohbis/rslack/compare/v0.4.3...v0.5.0) (2024-09-14) + + +### Miscellaneous Chores + +* release 0.5.0 ([1d12e6e](https://github.com/kohbis/rslack/commit/1d12e6edffb1cb9c52a506654eca6eb776b69eb7)) + ## [0.4.3](https://github.com/kohbis/rslack/compare/v0.4.2...v0.4.3) (2024-02-25) diff --git a/Cargo.lock b/Cargo.lock index 3a081d0..0df7aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 098290b..b8d0b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.4.3" +version = "0.5.0" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"