Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 13:31

See CHANGELOG.md for full details.

Installation

# npm
npx algorilla .

# Gradle
plugins { id("io.github.tvinke.algorilla") version "0.2.0" }

# Docker
docker run --rm -v "$(pwd):/src" ghcr.io/tvinke/algorilla /src

# GitHub Action
- uses: tvinke/algorilla@v0.2.0

# JAR
java -jar algorilla-0.2.0.jar .

What's Changed

  • chore(main): release 0.2.0-SNAPSHOT by @github-actions[bot] in #62

New Contributors

  • @github-actions[bot] made their first contribution in #62

Full Changelog: v0.1.0...v0.2.0