Skip to content

Commit ef5c33b

Browse files
authored
Merge pull request #194 from yallop/prepare-2.3.0
Prepare the 2.3.0 release
2 parents 15ba97b + d263c38 commit ef5c33b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
2.3.0 (2017-03-31):
1+
2.3.0 (2017-04-13):
22
* Changes marked with ! are type changes
33
* ! repo_issue_event has changed the actor type to a linked_user option
44
since GitHub sometimes returns a null response.
55
* Fix various test cases that were not compiling due to API changes.
6+
* Add Issue.timeline_events
7+
* Add Organization.Hook
8+
* Expose Hook as Repo.Hook and deprecate Hook
9+
* Add Repo.Hook.parse_event_metadata
10+
* Add an optional `media_type` argument to API.get and API.get_stream
611

712
2.2.0 (2016-12-10):
813
* Add Repo.get_ref (#175 from @samoht)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ $ git upload-release mirage ocaml-uri v1.4.0 release.tar.gz
177177
* [Edit an issue comment](https://developer.github.com/v3/issues/comments/#edit-a-comment) (see [#87](https://github.com/mirage/ocaml-github/issues/87))
178178
* [Delete an issue comment](https://developer.github.com/v3/issues/comments/#delete-a-comment)
179179
* [Issue events](https://developer.github.com/v3/issues/events/)
180+
* [Timeline](https://developer.github.com/v3/issues/timeline/)
180181

181182
*Not yet supported*:
182183

@@ -203,6 +204,7 @@ $ git upload-release mirage ocaml-uri v1.4.0 release.tar.gz
203204
* [Get team](https://developer.github.com/v3/orgs/teams/#get-team)
204205
* [List team repos](https://developer.github.com/v3/orgs/teams/#list-team-repos)
205206
* [List (public) user organizations](https://developer.github.com/v3/orgs/#list-user-organizations)
207+
* [Webhooks](https://developer.github.com/v3/orgs/hooks/)
206208

207209
*Not yet supported*: everything else
208210

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "github"
3-
version: "2.2.0"
3+
version: "2.3.0"
44
maintainer: "sheets@alum.mit.edu"
55
authors: [
66
"Anil Madhavapeddy"

0 commit comments

Comments
 (0)