Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mthjones committed May 4, 2017
1 parent 1f9bba2 commit 5571563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.16.1

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

# 0.16.0
- This release contains **several breaking changes**
- `hyper` has been replaced with `reqwest`, but is still an optional dependency
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://docs.rs/slack_api"
license = "Apache-2.0"
name = "slack_api"
repository = "https://github.com/slack-rs/slack-rs-api.git"
version = "0.16.0"
version = "0.16.1"

[dependencies]
serde = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Add this to your `Cargo.toml`:
```toml
[dependencies]
slack_api = "0.16.0"
slack_api = "0.16.1"
```

and this to your crate root:
Expand Down

0 comments on commit 5571563

Please sign in to comment.