Releases: borkdude/deps.clj
Releases · borkdude/deps.clj
v0.0.11
- Parity with 1.10.1.763 #35
v0.0.10
- Support proxy env variables while downloading tool jars #29
- Parity with clj 1.10.1.697 #30
- Rename linux/macOS binaries to deps (without the .exe extension) #32
v0.0.9
- #12: download tools.jar via Java instead of shelling out
- #14: unzip using Java/Clojure instead of shelling out
- #17: implement checksum in pure Java instead of shelling out
- #18: implement
which
in Clojure instead of shelling out
- Upgrade to GraalVM java11-20.1.0
v0.0.8
- Upgrade to tools.jar 1.10.1.507 (#11)
- Support
-Sthreads
- Support
--
option to stop parsing args and pass them through
v0.0.7
- #7: Fix differences for
-Sdescribe
- #8: Pick up proxy settings from
HTTP_PROXY
and HTTPS_PROXY
environment variables (thanks @sundbp)
- #9: Upgrade tools jar to 1.10.1.502
- #10: Add version to help
v0.0.6
Upgrade to tools.jar 1.10.496
.
v0.0.5
Enhancements
- Pass additional args along to
-Scommand
v0.0.4
Fixes
- Some commands should exit the script when returning a non-zero exit code and pass that exit code through.
- Removed the
--verbose
command in the deps.clj
script, since passing arguments in a shebang is not supported in linux
v0.0.3
New
The deps.clj tool will now try to resolve the jar in the directory $HOME/.deps.clj/ClojureTools
. If it cannot it find it there, it will try to download it. You can override the location of the jar with the CLOJURE_TOOLS_CP
environment variable.
v0.0.2
Enhancements
Fix detection of clojure
installation version.