Skip to content

Releases: simonmcconnell/relexe

v0.2.0

16 Jan 03:06
f3e9ffa
Compare
Choose a tag to compare

[0.2.0] - 2022-11-28

Changed

  • hidden commands are configured by setting hidden: true on the command, instead of listing them with hide: [:commands, :to, :hide]
  • commands can be either an atom, a string, or a keyword list
  • no_args_command renamed to default_command
  • ensure no unused variables in Zig code

Full Changelog: v0.1.0-alpha...v0.2.0

v0.1.0-alpha

16 Mar 23:35
Compare
Choose a tag to compare

Added

  • generate an executable and dotenv files for a Mix Release instead of bat/sh scripts.