Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dten committed Oct 1, 2017
1 parent 64b3c15 commit 2a846b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.18.0
* Serde 1.0.0 **breaking change, your serde must also be ~1.0.0**
* Updates to API to include fields for "Threading messages" and a couple of other missing fields in messages

# 0.17.0
* Updates generated API definitions for the Slack API as of April 29

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.17.0"
version = "0.18.0"

[dependencies]
serde = "1.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.17.0"
slack_api = "0.18.0"
```

and this to your crate root:
Expand Down

0 comments on commit 2a846b0

Please sign in to comment.