Skip to content

0.1.0-alpha.2 - 2024-10-04

Pre-release
Pre-release
Compare
Choose a tag to compare
@einfachIrgendwer0815 einfachIrgendwer0815 released this 04 Oct 14:04
· 1 commit to main since this release
v0.1.0-alpha.2
9e11479

Changed

  • Breaking: Use subcommand dev run <script> to run scripts instead of dev <script> (8787d88)
  • Breaking: Change option --list-scripts to subcommand list-scripts (b2c2db6)
  • Breaking: Ignore file endings (285ee36)
  • Breaking: Rename cargo package from dev-scripts to devscripts (023a073)
  • Breaking: Rename default repository-local config from .devscripts/config.toml to .devscripts/.config.toml (ba5ee1a)
  • Improve documentation for library functions (34d91aa)

Added

  • Add shell completions for bash (ab1a329)

Removed

  • Breaking: Remove repository-local script path .dev/scripts from default (a4d4d50)
  • Breaking: Remove scripts subdirectory from default script paths (ba5ee1a)

Fixed

  • Search repository-local config only at repository root (9695439)