Skip to content

Commit 7eaf5bc

Browse files
committed
Release 0.2.4
1 parent e2466f7 commit 7eaf5bc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.2.4
2+
3+
Contributions by Arnaud Geiser
4+
5+
* Support custom `Thread` classes with Manifold's executor
6+
17
### 0.2.3
28

39
Contributions by Matthew Davidson

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](doc/rationale.
1111

1212

1313
```clojure
14-
[manifold "0.2.3"]
14+
[manifold "0.2.4"]
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.3"
1+
(defproject manifold "0.2.4"
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)