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 f64cfe3 commit 6290073Copy full SHA for 6290073
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 0.2.1
2
+
3
+Contributions by Matthew Davidson, Ryan Smith
4
5
+* Fixed bug in `go-off-executor` macro with fully-qualified class name
6
7
### 0.2.0
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.0"]
+[manifold "0.2.1"]
15
```
16
17
### Deferreds
project.clj
@@ -1,4 +1,4 @@
-(defproject manifold "0.2.0"
+(defproject manifold "0.2.1"
:description "A compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
0 commit comments