Skip to content

Commit 82bd84b

Browse files
committed
Release 0.4.3
1 parent c181fe7 commit 82bd84b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

39
Contributions by Matthew Davidson, Eric Dvorsak, and Arnaud Geiser

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ A detailed discussion of Manifold's rationale can be found [here](doc/rationale.
1111

1212
Leiningen:
1313
```clojure
14-
[manifold "0.4.2"]
14+
[manifold "0.4.3"]
1515
```
1616

1717
deps.edn:
1818
```clojure
19-
manifold/manifold {:mvn/version "0.4.2"}
19+
manifold/manifold {:mvn/version "0.4.3"}
2020
```
2121

2222
### Deferreds

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"}

0 commit comments

Comments
 (0)