File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ### 0.2.0-SNAPSHOT
1
+ ### 0.2.0
2
2
3
3
Contributions by Matthew Davidson, Ryan Smith
4
4
5
+ * Add ` go-off ` , a ` core-async ` -style macro with a manifold flavor. Big thanks to Ryan Smith and Yummly for contributing this!
5
6
* Switch to ` bound-fn ` in ` let-flow ` to fix bug where dynamic vars were incorrect for other threads
6
7
* Modernized indentation to match current Clojure styles and fix misalignments
7
8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A detailed discussion of Manifold's rationale can be found [here](http://aleph.i
11
11
12
12
13
13
``` clojure
14
- [manifold " 0.1.9 " ]
14
+ [manifold " 0.2.0 " ]
15
15
```
16
16
17
17
### Deferreds
Original file line number Diff line number Diff line change 1
- (defproject manifold " 0.2.0-SNAPSHOT "
1
+ (defproject manifold " 0.2.0"
2
2
:description " A compatibility layer for event-driven abstractions"
3
3
:license {:name " MIT License"
4
4
:url " http://opensource.org/licenses/MIT" }
You can’t perform that action at this time.
0 commit comments