We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3ccf2 commit 6bbc8baCopy full SHA for 6bbc8ba
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 0.2.2
2
+
3
+Contributions by Matthew Davidson
4
5
+* Renamed `go-off-executor` to `go-off-with` to match existing `future-with` macro
6
7
### 0.2.1
8
9
Contributions by Matthew Davidson, Ryan Smith
README.md
@@ -11,7 +11,7 @@ A detailed discussion of Manifold's rationale can be found [here](http://aleph.i
11
12
13
```clojure
14
-[manifold "0.2.1"]
+[manifold "0.2.2"]
15
```
16
17
### Deferreds
project.clj
@@ -1,4 +1,4 @@
-(defproject manifold "0.2.1"
+(defproject manifold "0.2.2"
:description "A compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
0 commit comments