Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Release 0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 01:27
5bebf51
  • local source type instead of url with a file:// proto
  • exports namespace in deps.zig to help create example programs in a package's repo
  • improved alias collision checks
  • completion subcommand, spits out auto-completion script, zsh is currently supported
    • special thanks to @truemedian for refactoring subcommand code, it makes it easier to add new subcommands and to add completion backends
  • redirect subcommand for improved local development UX