Skip to content

Commit 1d56b12

Browse files
committed
Release 0.16.2
1 parent fe4eb48 commit 1d56b12

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# 0.16.1
1+
# 0.16.2
2+
* This release adds a new top-level function: `default_client()`
3+
* This function can be used by users to get a default client that implements `SlackWebRequestSender` so they don't have to pull in `reqwest` and version match in order to send requests.
4+
* Thanks to @bwasty for adding this in #42!
25

6+
# 0.16.1
37
* This release works around a Slack API bug causing deserialization issues
48
* Thanks to @dten for implementing the fix in #39!
59

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/slack_api"
55
license = "Apache-2.0"
66
name = "slack_api"
77
repository = "https://github.com/slack-rs/slack-rs-api.git"
8-
version = "0.16.1"
8+
version = "0.16.2"
99

1010
[dependencies]
1111
serde = "0.9.0"

0 commit comments

Comments
 (0)