Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b9df6f

Browse files
committed
Bump version
1 parent 807d74c commit 5b9df6f

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
## Changes for 0.24
2-
3-
**Major change**:
4-
Introduce `github` n-ary combinator to hoist `... -> Request rw res`
5-
into `... -> IO (Either Error res)` (i.e. n-ary `executeRequest`).
6-
With that in place drop `.. -> IO (Either Error res)` functions.
7-
8-
This reduces symbol bloat in the library.
9-
[#415](https://github.com/phadej/github/pull/415)
1+
## Changes for 0.25
102

11-
- Remove double `withOpenSSL`
12-
[#414](https://github.com/phadej/github/pull/414)
13-
- Pull requests reviews API uses issue number
14-
[#409](https://github.com/phadej/github/pull/409)
15-
- Update `Repo`, `NewRepo` and `EditRepo` data types
16-
[#407](https://github.com/phadej/github/pull/407)
173
- Add `executeRequestWithMgrAndRes`
184
[#421](https://github.com/phadej/github/pull/421)
195
- Add `limitsFromHttpResponse`
@@ -33,6 +19,23 @@ This reduces symbol bloat in the library.
3319
- Organise exports in `GitHub`
3420
[#430](https://github.com/phadej/github/pull/430)
3521

22+
## Changes for 0.24
23+
24+
**Major change**:
25+
Introduce `github` n-ary combinator to hoist `... -> Request rw res`
26+
into `... -> IO (Either Error res)` (i.e. n-ary `executeRequest`).
27+
With that in place drop `.. -> IO (Either Error res)` functions.
28+
29+
This reduces symbol bloat in the library.
30+
[#415](https://github.com/phadej/github/pull/415)
31+
32+
- Remove double `withOpenSSL`
33+
[#414](https://github.com/phadej/github/pull/414)
34+
- Pull requests reviews API uses issue number
35+
[#409](https://github.com/phadej/github/pull/409)
36+
- Update `Repo`, `NewRepo` and `EditRepo` data types
37+
[#407](https://github.com/phadej/github/pull/407)
38+
3639
## Changes for 0.23
3740

3841
- Escape URI paths

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: github
3-
version: 0.24
3+
version: 0.25
44
synopsis: Access to the GitHub API, v3.
55
category: Network
66
description:

0 commit comments

Comments
 (0)