Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 11:23
· 2 commits to main since this release
654ca31

Installation

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:marcli, "~> 0.3.0"}
  ]
end

Then run:

mix deps.get

What's Changed

See README.md for usage details.

Verification

Verify the downloaded files using SHA256 checksums:

sha256sum -c marcli-archive.sha256

Documentation

Full Changelog: v0.2.1...v0.3.0