Skip to content

Releases: marcelocantos/mk

v0.8.0

02 Mar 01:24

Choose a tag to compare

Added

  • Inline comments: target: dep # comment and var = value # comment are now supported on non-recipe lines
  • STABILITY.md for pre-1.0 surface tracking

Changed

  • Expanded test coverage for sibling cross-references, nested scoped includes, and nested pattern discovery

v0.7.0

22 Feb 13:54

Choose a tag to compare

Changed

  • --help-agent now prefixes the agents guide with CLI usage text (flags and descriptions)

v0.6.0

22 Feb 13:17

Choose a tag to compare

Added

  • -C DIR flag — change to the specified directory before doing anything (like make -C)

v0.5.0

22 Feb 10:26

Choose a tag to compare

Added

  • --version flag — prints version injected at build time; shows mk dev for local builds

Changed

  • Renamed --agents-guide to --help-agent

Fixed

  • Homebrew formula version detection (was showing "64" instead of the actual version)
  • Homebrew formula checksum upload no longer fails on scoped tokens

v0.4.0

22 Feb 09:08

Choose a tag to compare

Fixed

  • Recipe indentation is now preserved — only the common base indentation is stripped, keeping relative indentation intact. Previously all leading whitespace was stripped, breaking recipes where indentation is significant (e.g. inline Python scripts).

Changed

  • Homebrew formula switched from source build to pre-built binaries (no longer requires Go to install)
  • Release tarballs now include shell completion files

v0.3.0

22 Feb 08:44

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Feb 08:16

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Feb 07:24

Choose a tag to compare