File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ # 0.12.0
2+
3+ * Support for CheckSuiteEvent and CheckRunEvent was added (resolves #25 )
4+
15# 0.11.0
26
37* OwnerType of Bot is now supported (by Domen Kozar, resolves #22 )
Original file line number Diff line number Diff line change 1- cabal-version : 1.12
2-
3- -- This file has been generated from package.yaml by hpack version 0.31.2.
1+ -- This file has been generated from package.yaml by hpack version 0.21.2.
42--
53-- see: https://github.com/sol/hpack
64--
7- -- hash: eb5d523ea5266bb96606384dc64a2371101e9181a72ceb88587f6ae01648ce4d
5+ -- hash: f24c53a0d7a22062aaa90f2cf9b0b67e343c2557180cc73d14eb9a682ddc9cd5
86
7+ cabal-version : >= 1.10
98name : github-webhooks
10- version : 0.11 .0
9+ version : 0.12 .0
1110synopsis : Aeson instances for GitHub Webhook payloads.
1211description : Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
1312category : GitHub
@@ -24,14 +23,8 @@ copyright: (c) 2017-2019 ONROCK
2423license : MIT
2524license-file : LICENSE
2625build-type : Simple
26+
2727extra-source-files :
28- package.yaml
29- stack.yaml
30- stack-examples.yaml
31- stack-ghc-7.10.yaml
32- stack-ghc-7.8.yaml
33- stack-ghc-8.0.yaml
34- stack-nightly.yaml
3528 CHANGELOG.md
3629 fixtures/check-run-event.json
3730 fixtures/check-suite-event.json
@@ -68,6 +61,13 @@ extra-source-files:
6861 fixtures/team-add-event.json
6962 fixtures/team-event.json
7063 fixtures/watch-event.json
64+ package.yaml
65+ stack-examples.yaml
66+ stack-ghc-7.10.yaml
67+ stack-ghc-7.8.yaml
68+ stack-ghc-8.0.yaml
69+ stack-nightly.yaml
70+ stack.yaml
7171
7272source-repository head
7373 type : git
Original file line number Diff line number Diff line change 11name : github-webhooks
2- version : 0.11 .0
2+ version : 0.12 .0
33
44category : GitHub
55license : MIT
You can’t perform that action at this time.
0 commit comments