org.clojure/tools.deps.edn 0.9.38 is now available
• Added: user-config-dir and project-dir functions
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)
Ah, 0.9.33 added user-config-dir and 0.9.38 adds project-dir. Thank you for these!
yeah, I didn't bother so catching up here
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