Skip to content

Commit

Permalink
Bump version to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 27, 2019
1 parent 7f10311 commit dab2a74
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Changes for 0.24

**Major change**:
Introduce `github` n-ary combinator to hoist `... -> Request rw res`
into `... -> IO (Either Error res)` (i.e. n-ary `executeRequest`).
With that in place drop `.. -> IO (Either Error res)` functions.

This reduces symbol bloat in the library.
[#415](https://github.com/phadej/github/pull/415)

- Remove double `withOpenSSL`
[#414](https://github.com/phadej/github/pull/414)
- Pull requests reviews API uses issue number
[#409](https://github.com/phadej/github/pull/409)
- Update `Repo`, `NewRepo` and `EditRepo` data types
[#407](https://github.com/phadej/github/pull/407)

## Changes for 0.23

- Escape URI paths
Expand Down Expand Up @@ -93,7 +110,7 @@

## Changes for 0.18

- Endpoints for deleting issue comments.
- Endpoints for deleting issue comments.
[#294](https://github.com/phadej/github/pull/294)
- Endpoints for (un)starring gists.
[#296](https://github.com/phadej/github/pull/296)
Expand Down
2 changes: 1 addition & 1 deletion github.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: github
version: 0.23
version: 0.24
synopsis: Access to the GitHub API, v3.
category: Network
description:
Expand Down

0 comments on commit dab2a74

Please sign in to comment.