Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed Feb 22, 2020
1 parent ccc6847 commit 485b80e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.12.0

* Support for CheckSuiteEvent and CheckRunEvent was added (resolves #25)

# 0.11.0

* OwnerType of Bot is now supported (by Domen Kozar, resolves #22)
Expand Down
24 changes: 12 additions & 12 deletions github-webhooks.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: eb5d523ea5266bb96606384dc64a2371101e9181a72ceb88587f6ae01648ce4d
-- hash: f24c53a0d7a22062aaa90f2cf9b0b67e343c2557180cc73d14eb9a682ddc9cd5

cabal-version: >= 1.10
name: github-webhooks
version: 0.11.0
version: 0.12.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 All @@ -24,14 +23,8 @@ copyright: (c) 2017-2019 ONROCK
license: MIT
license-file: LICENSE
build-type: Simple

extra-source-files:
package.yaml
stack.yaml
stack-examples.yaml
stack-ghc-7.10.yaml
stack-ghc-7.8.yaml
stack-ghc-8.0.yaml
stack-nightly.yaml
CHANGELOG.md
fixtures/check-run-event.json
fixtures/check-suite-event.json
Expand Down Expand Up @@ -68,6 +61,13 @@ extra-source-files:
fixtures/team-add-event.json
fixtures/team-event.json
fixtures/watch-event.json
package.yaml
stack-examples.yaml
stack-ghc-7.10.yaml
stack-ghc-7.8.yaml
stack-ghc-8.0.yaml
stack-nightly.yaml
stack.yaml

source-repository head
type: git
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.11.0
version: 0.12.0

category: GitHub
license: MIT
Expand Down

0 comments on commit 485b80e

Please sign in to comment.