diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index da59f99..3e2bf49 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7bdba..6b59331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/kohbis/rslack/compare/v0.4.0...v0.4.1) (2024-02-25) + + +### Features + +* 🎸 Up/Dwon editor cursor ([3403798](https://github.com/kohbis/rslack/commit/3403798780ca9f2ecd20a7e1b3ecee6f61a1f2be)) + ## [0.4.0](https://github.com/kohbis/rslack/compare/rslack-v0.3.3...rslack-v0.4.0) (2024-01-03) diff --git a/Cargo.lock b/Cargo.lock index 8f6c508..b204cb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 31b777f..0a01957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.4.0" +version = "0.4.1" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"