Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:15
874455c

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.32.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.32.0/lantern-cli_0.32.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.32.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • chore(deps): bump roaring/v2, x/text, and lantern/core across the workspace by @piroyoung in #974
  • feat(cli): replace illuminate verb with per-family bfs / pagerank / community verbs by @piroyoung in #976

Full Changelog: v0.31.0...v0.32.0