Skip to content

Commit 59322ff

Browse files
committed
Update changelog and authors since #17, new 0.10.0 candidate
1 parent 500f3e1 commit 59322ff

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Kyle Van Berendonck <[email protected]>
22
Christian Sakai <[email protected]>
3+
Thomas DuBuisson <[email protected]>
4+
Rob Berry

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Significantly improved documentation coverage and added module descriptions (by Christian Sakai, resolves #5)
44
* Fixed a bug where the installation id field of 'PullRequestEvent' was not optional (by Rob Berry)
5+
* Implementing "head" and "base" fields to PullRequestReview (by Rob Berry and Thomas DuBuisson)
56

67
# 0.9.1
78

github-webhooks.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--
33
-- see: https://github.com/sol/hpack
44
--
5-
-- hash: d232bf8988268db8133919aa5e0010982ebac34f40ba80a07f996c28b3bd40c2
5+
-- hash: c264a8311dd4c58ea01c739272cf8c7623e391652d8b5cc8a65ea1cc1d08f98a
66

77
name: github-webhooks
88
version: 0.10.0
@@ -12,7 +12,9 @@ category: GitHub
1212
homepage: https://github.com/onrock-eng/github-webhooks#readme
1313
bug-reports: https://github.com/onrock-eng/github-webhooks/issues
1414
author: Kyle Van Berendonck <[email protected]>,
15-
Christian Sakai <[email protected]>
15+
Christian Sakai <[email protected]>,
16+
Thomas DuBuisson <[email protected]>,
17+
Rob Berry
1618
maintainer: Kyle Van Berendonck <[email protected]>
1719
copyright: (c) 2017-2018 OnRock Engineering
1820
license: MIT

package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ copyright: (c) 2017-2018 OnRock Engineering
1414
author:
1515
- Kyle Van Berendonck <[email protected]>
1616
- Christian Sakai <[email protected]>
17+
- Thomas DuBuisson <[email protected]>
18+
- Rob Berry
1719
maintainer: Kyle Van Berendonck <[email protected]>
1820
github: onrock-eng/github-webhooks
1921
description:

0 commit comments

Comments
 (0)