Skip to content

Commit

Permalink
Version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himura committed Apr 28, 2020
1 parent 3896d6e commit ef6dc2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.0 (wip)
## 0.5.0

* Support for OverloadedLabels

Expand All @@ -24,6 +24,8 @@
* `Web.Twitter.Conduit.Status` is no longer re-exported by Web.Twitter.Conduit in order to avoid name conflictions (e.g. `update`, `lookup`) [#71](https://github.com/himura/twitter-conduit/pull/71).
* Add alias for functions in `Web.Twitter.Conduit.Status` with statuses- prefix [#71](https://github.com/himura/twitter-conduit/pull/71).
(e.g. `Web.Twitter.Conduit.Api.statusesHomeTimeline` for `Web.Twitter.Conduit.Status.homeTimeline`)
* Drop supports network < 2.6 [#74](https://github.com/himura/twitter-conduit/pull/74).
* Support `tweet_mode` parameter [#72](https://github.com/himura/twitter-conduit/pull/72).

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion twitter-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: twitter-conduit
version: 0.4.0
version: 0.5.0
license: BSD3
license-file: LICENSE
author: HATTORI Hiroki, Hideyuki Tanaka, Takahiro HIMURA
Expand Down

0 comments on commit ef6dc2c

Please sign in to comment.