Skip to content

v0.32.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:29
1be59ae

Container image

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

docker pull ghcr.io/anaregdesign/lantern:0.32.1

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.1/lantern-cli_0.32.1_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.32.1

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
  • fix(cli): close family verb grammar drift by @piroyoung in #981

Full Changelog: v0.31.0...v0.32.1