We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90326cb commit 4b7365aCopy full SHA for 4b7365a
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
===========
3
4
-* next
+* v0.10.1 5e3b8f3 on Apr 28, 2024
5
* Update deps to latest
6
* compile-clj - validate that basis is non-nil
7
* v0.10.0 3a2c484 on Mar 8, 2024
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.0" :git/sha "3a2c484"}
+io.github.clojure/tools.build {:git/tag "v0.10.1" :git/sha "5e3b8f3"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.0"}
+io.github.clojure/tools.build {:mvn/version "0.10.1"}
27
28
29
# Developer Information
0 commit comments