Skip to content

Commit ac3313a

Browse files
author
Mitsutoshi Aoe
committed
Merge branch 'hotfix/v0.6.0.1'
2 parents cf050ff + d5c2ca1 commit ac3313a

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.1 -- 2018-09-11
4+
5+
* Relax upper version bound for network
6+
37
## 0.6.0 -- 2018-07-09
48

59
* Lock a file to prevent multiple instances of the same name from running

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+
version: 0.6.0.1
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
@@ -36,7 +36,7 @@ executable sensu-run
3636
, http-client-tls < 0.4
3737
, http-types >= 0.9.1 && < 0.13
3838
, lens >= 4.15 && < 4.18
39-
, network >= 2.2.3 && < 2.8
39+
, network >= 2.2.3 && < 2.9
4040
, optparse-applicative >= 0.12 && < 0.15
4141
, process >= 1.4 && < 1.7
4242
, temporary >= 1.1 && < 1.4

0 commit comments

Comments
 (0)