Skip to content

Commit

Permalink
Release candidate 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed May 14, 2020
1 parent dd953c7 commit 0f62da6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.14.0

* Corrected description for CheckRunEventAction
* Fixed a decoding error for CheckRunEventActionRerequested
* Corrected a new hlint failure that was introduced by a recent hlint release

# 0.13.0

* Support for `node_id`, which is used by the GraphQL API (by Alistair Burrowes)
Expand Down
6 changes: 4 additions & 2 deletions github-webhooks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: c220237f263ab5131d0f96f71a332ce4433e6c3f7853816f0b5b7977d03ccdff
-- hash: 6c431c3db76ffff220d18dccd2a9b34d8ed8e36c4789fde3e8e45d324d47cf05

cabal-version: >= 1.10
name: github-webhooks
version: 0.13.0
version: 0.14.0
synopsis: Aeson instances for GitHub Webhook payloads.
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
category: GitHub
Expand Down Expand Up @@ -67,6 +67,8 @@ extra-source-files:
stack-ghc-7.10.yaml
stack-ghc-7.8.yaml
stack-ghc-8.0.yaml
stack-ghc-8.2.yaml
stack-ghc-8.4.yaml
stack-nightly.yaml
stack.yaml

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: github-webhooks
version: 0.13.0
version: 0.14.0

category: GitHub
license: MIT
Expand Down

0 comments on commit 0f62da6

Please sign in to comment.