Skip to content

Releases: borkdude/deps.clj

v0.0.11

13 Dec 08:42
Compare
Choose a tag to compare
  • Parity with 1.10.1.763 #35

v0.0.10

26 Sep 14:54
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • 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

02 Jun 21:35
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • #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

31 Jan 09:46
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Upgrade to tools.jar 1.10.1.507 (#11)
  • Support -Sthreads
  • Support -- option to stop parsing args and pass them through

v0.0.7

20 Jan 21:58
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • #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

17 Jan 09:19
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Upgrade to tools.jar 1.10.496.

v0.0.5

01 Jan 23:32
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Enhancements

  • Pass additional args along to -Scommand

v0.0.4

29 Dec 16:09
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

27 Dec 11:19
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

27 Dec 00:04
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Enhancements

Fix detection of clojure installation version.