Releases: marcelocantos/mk
Releases · marcelocantos/mk
v0.8.0
v0.7.0
Changed
--help-agentnow prefixes the agents guide with CLI usage text (flags and descriptions)
v0.6.0
Added
-C DIRflag — change to the specified directory before doing anything (likemake -C)
v0.5.0
Added
--versionflag — prints version injected at build time; showsmk devfor local builds
Changed
- Renamed
--agents-guideto--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
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
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/marcelocantos/mk/commits/v0.1.0