Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himura committed Jun 21, 2018
1 parent 89b3863 commit 5aa36ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0

* Upgrade http-conduit dependencies to:
http-conduit >= 2.0 && < 2.4 [#59](https://github.com/himura/twitter-conduit/pull/59)

## 0.2.2

* Upgrade http-conduit and http-client dependencies to:
Expand Down
4 changes: 2 additions & 2 deletions twitter-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: twitter-conduit
version: 0.2.3
version: 0.3.0
license: BSD3
license-file: LICENSE
author: HATTORI Hiroki, Hideyuki Tanaka, Takahiro HIMURA
Expand All @@ -11,7 +11,7 @@ cabal-version: >= 1.10
build-type: Custom
homepage: https://github.com/himura/twitter-conduit

tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3

description:
This package provides bindings to Twitter's APIs (see <https://dev.twitter.com/>).
Expand Down

0 comments on commit 5aa36ce

Please sign in to comment.