Skip to content

Releases: einfachIrgendwer0815/devscripts

0.1.0-alpha.2 - 2024-10-04

04 Oct 14:04
v0.1.0-alpha.2
9e11479
Compare
Choose a tag to compare
Pre-release

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)

0.1.0-alpha.1 - 2024-09-19

19 Sep 13:27
v0.1.0-alpha.1
9b6d24e
Compare
Choose a tag to compare
Pre-release

This is the first pre-release of devscripts, containing the basic functionality.

Added

  • Add running system-wide, user-wide and repository-local shell scripts (f94e095, b18ff8b)
  • Add option to list all available scripts (959a388)
  • Add configuration options for script paths (0cf4cc5, 7247928)
  • Set MSRV to 1.81.0 (ee1795b)