Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
compressed committed Sep 26, 2017
1 parent ed40767 commit 6ac7825
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.6.0

FEATURES
- Replaced `curl` with `reqwest`

BREAKING CHANGES:
- `url` (removed) and `chrono` crates are no longer re-exported

OTHER:
- Removed `log` crate
- `error-chain` updated to `0.11`

## 0.5.0

FEATURES
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "slack-hook"
readme = "README.md"
repository = "https://github.com/frostly/rust-slack"
version = "0.5.0"
version = "0.6.0"

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

```toml
[dependencies]
slack-hook = "0.4"
slack-hook = "0.6"
```

Add the crate to your existing project:
Expand Down

0 comments on commit 6ac7825

Please sign in to comment.