releases

Alex Miller (Clojure team) 2026-06-09T18:19:10.628289Z

org.clojure/tools.deps.edn 0.9.38 is now available • Added: user-config-dir and project-dir functions

🎉 3
seancorfield 2026-06-09T18:37:25.997019Z

I noticed 0.9.33 had appeared without an announcement I think? (`antq` spotted it when I was checking deps in a project the other day)

seancorfield 2026-06-09T18:38:13.921059Z

Ah, 0.9.33 added user-config-dir and 0.9.38 adds project-dir. Thank you for these!

Alex Miller (Clojure team) 2026-06-09T18:56:58.242709Z

yeah, I didn't bother so catching up here

👍🏻 1
borkdude 2026-06-09T21:59:27.861399Z

https://github.com/babashka/cli: turn Clojure functions into CLIs! v0.11.70 (2026-06-09) • https://github.com/babashka/cli/issues/24/https://github.com/babashka/cli/pull/95: shell completions for`dispatch` CLIs (`bash`/`zsh`/`fish`/`powershell`/`nushell`): subcommands, options, option and positional values, and file arguments. Based on initial work from 2024 by https://github.com/sohalt. See https://github.com/babashka/cli#completions:no-docnow hides a spec option too, not just a subcommand. See https://github.com/babashka/cli#subcommands--opt=valsplits on the first`=`only:`--header=k=v`parses as`"k=v"`(everything after the second`=`was dropped before).`--opt=`now parses as an explicit empty-string value instead of a flag

🐟 1