File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 0.4.2
2+
3+ Contributions by Matthew Davidson, Eric Dvorsak, and Arnaud Geiser
4+
5+ * Fixes a ` print-method ` dispatch hierarchy bug when also using Promesa.
6+
17### 0.4.1
28
39Contributions by Ryan Smith
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ A detailed discussion of Manifold's rationale can be found [here](doc/rationale.
1111
1212Leiningen:
1313``` clojure
14- [manifold " 0.4.1 " ]
14+ [manifold " 0.4.2 " ]
1515```
1616
1717deps.edn:
1818``` clojure
19- manifold/manifold {:mvn/version " 0.4.1 " }
19+ manifold/manifold {:mvn/version " 0.4.2 " }
2020```
2121
2222### Deferreds
Original file line number Diff line number Diff line change 1- (defproject manifold " 0.4.1 "
1+ (defproject manifold " 0.4.2 "
22 :description " A compatibility layer for event-driven abstractions"
33 :license {:name " MIT License"
44 :url " http://opensource.org/licenses/MIT" }
You can’t perform that action at this time.
0 commit comments