File tree 3 files changed +9
-3
lines changed
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
+
1
7
### 0.4.2
2
8
3
9
Contributions 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.
11
11
12
12
Leiningen:
13
13
``` clojure
14
- [manifold " 0.4.2 " ]
14
+ [manifold " 0.4.3 " ]
15
15
```
16
16
17
17
deps.edn:
18
18
``` clojure
19
- manifold/manifold {:mvn/version " 0.4.2 " }
19
+ manifold/manifold {:mvn/version " 0.4.3 " }
20
20
```
21
21
22
22
### Deferreds
Original file line number Diff line number Diff line change 1
- (defproject manifold " 0.4.2 "
1
+ (defproject manifold " 0.4.3 "
2
2
:description " A compatibility layer for event-driven abstractions"
3
3
:license {:name " MIT License"
4
4
:url " http://opensource.org/licenses/MIT" }
You can’t perform that action at this time.
0 commit comments