Skip to content

Commit 0f62da6

Browse files
committed
Release candidate 0.14.0
1 parent dd953c7 commit 0f62da6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.14.0
2+
3+
* Corrected description for CheckRunEventAction
4+
* Fixed a decoding error for CheckRunEventActionRerequested
5+
* Corrected a new hlint failure that was introduced by a recent hlint release
6+
17
# 0.13.0
28

39
* Support for `node_id`, which is used by the GraphQL API (by Alistair Burrowes)

github-webhooks.cabal

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

77
cabal-version: >= 1.10
88
name: github-webhooks
9-
version: 0.13.0
9+
version: 0.14.0
1010
synopsis: Aeson instances for GitHub Webhook payloads.
1111
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
1212
category: GitHub
@@ -67,6 +67,8 @@ extra-source-files:
6767
stack-ghc-7.10.yaml
6868
stack-ghc-7.8.yaml
6969
stack-ghc-8.0.yaml
70+
stack-ghc-8.2.yaml
71+
stack-ghc-8.4.yaml
7072
stack-nightly.yaml
7173
stack.yaml
7274

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.13.0
2+
version: 0.14.0
33

44
category: GitHub
55
license: MIT

0 commit comments

Comments
 (0)