We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a269488 commit 973eaf5Copy full SHA for 973eaf5
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
===========
3
4
-* next
+* v0.10.3 15ead66 on May, 2024
5
* compile-clj - add simple spec for :basis arg
6
* v0.10.1 5e3b8f3 on Apr 28, 2024
7
* Update deps to latest
README.md
@@ -17,13 +17,13 @@ Latest release:
17
As a git dep:
18
19
```clojure
20
-io.github.clojure/tools.build {:git/tag "v0.10.1" :git/sha "5e3b8f3"}
+io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.1"}
+io.github.clojure/tools.build {:mvn/version "0.10.3"}
27
28
29
# Developer Information
0 commit comments