Skip to content

Commit 4d1afd4

Browse files
Bump version to 0.7.0 and update ChangeLog.
1 parent 4633c14 commit 4d1afd4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
2016-07-06 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.0
1+
2016-08-21 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.0
22

33
* Change type of message sent by `say` from a 3-tuple to a proper
44
type (`SayMessage`) with a proper `UTCTime`. (#291)
55
* Expose the MonitorRef in the withMonitor call.
66
* Have unmonitor remove the monitor message in the inbox. (#268)
77
* Remove Mx Data Tables. This API isn't used, is easy to replace with various
88
other packages. (#276)
9+
* Add Ord instance to SpawnRef.
910

1011
2016-10-13 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.6
1112

distributed-process-tests/distributed-process-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: distributed-process-tests
2-
version: 0.4.7
2+
version: 0.4.8
33
synopsis: Tests and test support tools for distributed-process.
44
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests
55
description: Tests and test suite for Cloud Haskell libraries.

distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: distributed-process
2-
Version: 0.6.6
2+
Version: 0.7.0
33
Cabal-Version: >=1.8
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)