v0.17.0
Installation
Hex Archive (Global Mix Tasks)
Install directly from Hex:
mix archive.install hex ragexOr download and install the archive:
wget https://github.com/Oeditus/ragex/releases/download/v0.17.0/ragex-0.17.0.ez
mix archive.install ragex-0.17.0.ezMix Dependency (Recommended)
Add to your mix.exs:
def deps do
[
{:ragex, "~> 0.17.0"}
]
endThen run:
mix deps.getCLI Tools
With hex archive or as dependency:
# Cross-language analysis
mix ragex.analyze --path /path/to/your/projectWhat's Changed
See CHANGELOG.md for detailed changes.
Verification
Verify the downloaded files using SHA256 checksums:
sha256sum -c ragex-archive.sha256Full Changelog: v0.16.0...v0.17.0