Skip to content

Commit 201520b

Browse files
author
Mitsutoshi Aoe
committed
Merge branch 'release/v0.6.0.3'
2 parents 7dca91f + 19f39e8 commit 201520b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for sensu-run
22

3+
## 0.6.0.3 -- 2018-11-06
4+
5+
* Relax upper version bound for base
6+
37
## 0.6.0.2 -- 2018-09-12
48

59
* Add source-repository stanza in the cabal file

sensu-run.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sensu-run
2-
version: 0.6.0.2
2+
version: 0.6.0.3
33
synopsis: A tool to send command execution results to Sensu
44
description:
55
@sensu-run@ is a command line tool to send command execution results to Sensu
@@ -27,7 +27,7 @@ executable sensu-run
2727
build-depends:
2828
aeson >= 0.11 && < 1.5
2929
, async < 2.3
30-
, base >= 4.9 && < 4.12
30+
, base >= 4.9 && < 4.13
3131
, bytestring >= 0.10 && < 0.11
3232
, directory < 1.4
3333
, filelock < 0.2

0 commit comments

Comments
 (0)