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.3
2+
3+ * Improved clj-kondo exports
4+
5+ Contributions by Jacob Maine and Ferdinand Beyer
6+
17### 0.4.2
28
39Contributions by Matthew Davidson, Eric Dvorsak, and Arnaud Geiser
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.2 " ]
14+ [manifold " 0.4.3 " ]
1515```
1616
1717deps.edn:
1818``` clojure
19- manifold/manifold {:mvn/version " 0.4.2 " }
19+ manifold/manifold {:mvn/version " 0.4.3 " }
2020```
2121
2222### Deferreds
Original file line number Diff line number Diff line change 1- (defproject manifold " 0.4.2 "
1+ (defproject manifold " 0.4.3 "
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