0.1.0-alpha.2 - 2024-10-04
Pre-release
Pre-release
einfachIrgendwer0815
released this
04 Oct 14:04
·
1 commit
to main
since this release
Changed
- Breaking: Use subcommand
dev run <script>
to run scripts instead ofdev <script>
(8787d88) - Breaking: Change option
--list-scripts
to subcommandlist-scripts
(b2c2db6) - Breaking: Ignore file endings (285ee36)
- Breaking: Rename cargo package from
dev-scripts
todevscripts
(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)