Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.6.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Sep 12, 2018
2 parents ac3313a + 7796748 commit 7dca91f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for sensu-run

## 0.6.0.2 -- 2018-09-12

* Add source-repository stanza in the cabal file

## 0.6.0.1 -- 2018-09-11

* Relax upper version bound for network
Expand Down
7 changes: 6 additions & 1 deletion sensu-run.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sensu-run
version: 0.6.0.1
version: 0.6.0.2
synopsis: A tool to send command execution results to Sensu
description:
@sensu-run@ is a command line tool to send command execution results to Sensu
Expand Down Expand Up @@ -54,3 +54,8 @@ executable sensu-run
build-depends: unix < 2.8
ghc-options: -Wall -threaded
default-language: Haskell2010

source-repository head
type: git
branch: develop
location: https://github.com/maoe/sensu-run.git

0 comments on commit 7dca91f

Please sign in to comment.