Fork me on GitHub
#releases
<
2022-10-19
>
pez11:10:02

🎉 calva

🎉 4
borkdude17:10:56

https://github.com/babashka/neil 0.1.47 (2022-10-19) A CLI to add common aliases and features to deps.edn-based projects • neil dep add now supports --tag and --latest-tag (https://github.com/russmatney) • neil dep upgrade enhancements (https://github.com/russmatney) ◦ when :git/tag is used, upgrades to the repo's latest tag (instead of the latest sha) ◦ support prefixless :tag and :sha coords, which tools.deps supports (for backwards compatibility) • upgrade alias deps (now the default). ▪︎ neil dep upgrade --alias tests supports upgrading deps for a particular alias. ◦ neil dep upgrade --no-aliases supports upgrading only the project deps. • the neil dep upgrade --dry-run output can now be piped back into neil dep add, so you can now select a single upgrade from a list of available via fzf: ◦ neil dep upgrade --dry-run | fzf | xargs ./neil dep add • Don't add libraries when version is unknown (https://github.com/russmatney)

🎉 8