Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:19
· 83 commits to main since this release
51fef4e

Installation

Hex Archive (Global Mix Tasks)

Install directly from Hex:

mix archive.install hex ragex

Or download and install the archive:

wget https://github.com/Oeditus/ragex/releases/download/v0.8.1/ragex-0.8.1.ez
mix archive.install ragex-0.8.1.ez

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:ragex, "~> 0.8.1"}
  ]
end

Then run:

mix deps.get

CLI Tools

With hex archive or as dependency:

# Cross-language analysis
mix ragex.analyze --path /path/to/your/project

What's Changed

See CHANGELOG.md for detailed changes.

Verification

Verify the downloaded files using SHA256 checksums:

sha256sum -c ragex-archive.sha256

Full Changelog: v0.8.0...v0.8.1