Skip to content

Commit eca7a01

Browse files
Bump version to 0.7.1 and update ChangeLog.
1 parent 33bf088 commit eca7a01

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2016-08-21 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.0
1+
2017-08-22 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.1
2+
3+
* Relax upper bounds in dependencies to build with ghc-8.2.1.
4+
5+
2017-08-21 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.0
26

37
* Change type of message sent by `say` from a 3-tuple to a proper
48
type (`SayMessage`) with a proper `UTCTime`. (#291)

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.9
2+
version: 0.4.10
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.7.0
2+
Version: 0.7.1
33
Cabal-Version: >=1.8
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)