We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c18f01 + fa7142c commit 7da86bbCopy full SHA for 7da86bb
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.6](https://github.com/Sild/slack_cmd/compare/slack_cmd_core-v0.0.5...slack_cmd_core-v0.0.6) - 2024-09-23
11
+
12
+### Fixed
13
14
+- run handlers async to return ack to slack
15
16
## [0.0.5](https://github.com/Sild/slack_cmd/compare/slack_cmd_core-v0.0.4...slack_cmd_core-v0.0.5) - 2024-09-21
17
18
### Other
Cargo.toml
@@ -7,7 +7,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.0.5"
+version = "0.0.6"
edition = "2021"
authors = ["Sild <sildtm@icloud.com>"]
license = "MIT OR Apache-2.0"
0 commit comments