From 2a846b0963503a4fdf08dc42c8c767bf17b39cd9 Mon Sep 17 00:00:00 2001 From: David Hewson Date: Sun, 1 Oct 2017 03:14:55 +0100 Subject: [PATCH] Release 0.18.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33b1a90..0353b16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d1b933b0..59564804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 3425f284..3b918f22 100644 --- a/README.md +++ b/README.md @@ -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: