File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for sensu-run
2
2
3
+ ## 0.6.0.1 -- 2018-09-11
4
+
5
+ * Relax upper version bound for network
6
+
3
7
## 0.6.0 -- 2018-07-09
4
8
5
9
* Lock a file to prevent multiple instances of the same name from running
Original file line number Diff line number Diff line change 1
1
name : sensu-run
2
- version : 0.6.0
2
+ version : 0.6.0.1
3
3
synopsis : A tool to send command execution results to Sensu
4
4
description :
5
5
@sensu-run@ is a command line tool to send command execution results to Sensu
@@ -36,7 +36,7 @@ executable sensu-run
36
36
, http-client-tls < 0.4
37
37
, http-types >= 0.9.1 && < 0.13
38
38
, lens >= 4.15 && < 4.18
39
- , network >= 2.2.3 && < 2.8
39
+ , network >= 2.2.3 && < 2.9
40
40
, optparse-applicative >= 0.12 && < 0.15
41
41
, process >= 1.4 && < 1.7
42
42
, temporary >= 1.1 && < 1.4
You can’t perform that action at this time.
0 commit comments