Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthjones committed May 19, 2016
1 parent 2d7e553 commit 9a99c9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.15.0
* `hyper` is now an optional (but default) feature that can be disabled to use a different HTTP client
* This does not require any changes to existing working code
* See [the pull request](https://github.com/slack-rs/slack-rs-api/pull/24) for more information
* `hyper` dependency also bumped to version `0.9.4`, if it's being used (thanks to @jgulotta)
* Fixed several changes in the schema from the Slack API that would cause erroneous deserialization errors (thanks to @kiyoto)
* [Make BotMessage handle attachments](https://github.com/slack-rs/slack-rs-api/pull/16)
* [Make url optional for File type](https://github.com/slack-rs/slack-rs-api/pull/17)
* [Make text optional field in Attachment struct](https://github.com/slack-rs/slack-rs-api/pull/21)

# 0.14.0
* Removed `events` module. Now returned to [slack](https://github.com/slack-rs/slack-rs) crate.
* Add missing `pub` fields on some returned response objects
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slack_api"
version = "0.14.0"
version = "0.15.0"
authors = ["Benjamin Elder <[email protected]>", "Matt Jones <[email protected]>"]
repository = "https://github.com/slack-rs/slack-rs-api.git"
documentation = "http://slack-rs.github.io/slack-rs-api/slack_api/"
Expand Down

0 comments on commit 9a99c9d

Please sign in to comment.