Skip to content

Commit 485b80e

Browse files
committed
Release 0.12.0
1 parent ccc6847 commit 485b80e

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)

github-webhooks.cabal

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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
98
name: github-webhooks
10-
version: 0.11.0
9+
version: 0.12.0
1110
synopsis: Aeson instances for GitHub Webhook payloads.
1211
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
1312
category: GitHub
@@ -24,14 +23,8 @@ copyright: (c) 2017-2019 ONROCK
2423
license: MIT
2524
license-file: LICENSE
2625
build-type: Simple
26+
2727
extra-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

7272
source-repository head
7373
type: git

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github-webhooks
2-
version: 0.11.0
2+
version: 0.12.0
33

44
category: GitHub
55
license: MIT

0 commit comments

Comments
 (0)