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

Skip to content

Commit d1599c6

Browse files
authored
Merge pull request haskell-github#300 from phadej/changelog-0.18
Bump version to 0.18
2 parents be2f210 + 0cb2675 commit d1599c6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Changes for 0.18
2+
- Endpoints for deleting issue comments.
3+
[#294](https://github.com/phadej/github/pull/294)
4+
- Endpoints for (un)starring gists.
5+
[#296](https://github.com/phadej/github/pull/296)
6+
- Add `archived` field to `Repo`.
7+
[#298](https://github.com/phadej/github/pull/298)
8+
- Update dependencies.
9+
[#295](https://github.com/phadej/github/pull/295)
10+
- Add Statuses endpoints.
11+
[#268](https://github.com/phadej/github/pull/268)
12+
- Add requested reviewers field to pull request records.
13+
[#292](https://github.com/phadej/github/pull/292)
14+
115
Changes for 0.17.0
216
- Add `Ord Request` instance
317
- Repository contents

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github
2-
version: 0.17.0
2+
version: 0.18
33
synopsis: Access to the GitHub API, v3.
44
description:
55
The GitHub API provides programmatic access to the full

0 commit comments

Comments
 (0)