File tree Expand file tree Collapse file tree 2 files changed +34
-48
lines changed
Expand file tree Collapse file tree 2 files changed +34
-48
lines changed Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ - 0.3.4 (Feb 25 2021)
4+ * fixes the broken build caused by newer versions of protolude.
5+ * integration tests scripts works with Python3.
6+
7+ - 0.3.3 (May 25 2019)
8+ * relax the lower bound of `base` library version that was erroneously
9+ raised while debugging a build failure.
10+
11+ - 0.3.2 (May 24 2019)
12+ * upgrade to stack lts-13.22 (no code changes)
13+
14+ - 0.3.1 (May 24 2019)
15+ * specify hedgehog version bounds, since hedgehog 1.0 breaks tests.
16+
17+ - 0.3.0 (May 06 2019)
18+ * `Rendezvous.runClient` takes an extra parameter to pass an optional
19+ externally created socket for the websocket server. This is useful
20+ for running the protocol via a proxy like the tor program, which
21+ exposes a socks proxy.
22+ * Upper bound of the `base` library dependency relaxed so that the
23+ library builds with newer releases of GHC which comes bundled with
24+ corresponding versions of the `base` library.
25+
26+ - 0.2.1 (October 23 2018)
27+ * Loosened base version constraint
28+
29+ - 0.2.0 (October 23 2018)
30+ * API enhancements to support [wormhole-client](https://github.com/LeastAuthority/wormhole-client)
31+
32+ - 0.1.0 (January 17 2018)
33+ * Initial release
34+ * Exchange text messages with Magic Wormhole peers
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments