Releases: simonmcconnell/relexe
Releases · simonmcconnell/relexe
v0.2.0
[0.2.0] - 2022-11-28
Changed
- hidden commands are configured by setting
hidden: true
on the command, instead of listing them withhide: [:commands, :to, :hide]
- commands can be either an atom, a string, or a keyword list
no_args_command
renamed todefault_command
- ensure no unused variables in Zig code
Full Changelog: v0.1.0-alpha...v0.2.0
v0.1.0-alpha
Added
- generate an executable and dotenv files for a Mix Release instead of
bat
/sh
scripts.