Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 24 May 08:40
· 9 commits to main since this release
v0.18.0
6fe490f

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.18.0/ragex-0.18.0.ez
mix archive.install ragex-0.18.0.ez

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:ragex, "~> 0.18.0"}
  ]
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

What's Changed

  • feat: add dllb integration layer with dual-write support by @am-kantox in #1

New Contributors

Full Changelog: v0.17.3...v0.18.0