Skip to content

Commit 0679f81

Browse files
committed
Release 0.2.0
1 parent 0757a40 commit 0679f81

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### 0.2.0-SNAPSHOT
1+
### 0.2.0
22

33
Contributions by Matthew Davidson, Ryan Smith
44

5+
* Add `go-off`, a `core-async`-style macro with a manifold flavor. Big thanks to Ryan Smith and Yummly for contributing this!
56
* Switch to `bound-fn` in `let-flow` to fix bug where dynamic vars were incorrect for other threads
67
* Modernized indentation to match current Clojure styles and fix misalignments
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A detailed discussion of Manifold's rationale can be found [here](http://aleph.i
1111

1212

1313
```clojure
14-
[manifold "0.1.9"]
14+
[manifold "0.2.0"]
1515
```
1616

1717
### Deferreds

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject manifold "0.2.0-SNAPSHOT"
1+
(defproject manifold "0.2.0"
22
:description "A compatibility layer for event-driven abstractions"
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}

0 commit comments

Comments
 (0)