Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 May 16:57
· 25 commits to main since this release
v0.1.0
043dc4c

Installation

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:dllb, "~> 0.1.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 dllb-archive.sha256

Documentation

Full Changelog: https://github.com/Oeditus/dllb_ex/commits/v0.1.0