Skip to content

Commit f08f0a2

Browse files
committed
Release 0.2.3
1 parent 10e1ecb commit f08f0a2

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.3
2+
3+
Contributions by Matthew Davidson
4+
5+
* Add `manifold.go-off` to generated documentation
6+
17
### 0.2.2
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.2"]
14+
[manifold "0.2.3"]
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.2"
1+
(defproject manifold "0.2.3"
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)