Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 937 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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

0.1.0 - 2022-03-17

Added

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