Fork me on GitHub
#releases
<
2021-07-21
>
seancorfield06:07:31

clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.1.324"}' :as new -- fixes an important bug: clojure -Tnew lib :name myname/mylib now correctly generates a lib project (instead of an app project). Also affected clojure -X:new lib :name myname/mylib if you used clj-new as a library (with :ns-default clj-new).

🎉 4
Alex Miller (Clojure team)17:07:35

io.github.clojure/tools.build {:git/tag "v0.1.5" :git/sha "1cd59e6"} is now available • jar, uber - Fix TBUILD-8 - jar files built on Windows had bad paths

Alex Miller (Clojure team)19:07:51

io.github.clojure/tools.build {:git/tag "v0.1.6" :git/sha "5636e61"} is now available • copy-dir - Fix TBUILD-4 - add :ignores and set some default file ignore patterns