Skip to content

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 May 02:27
· 15 commits to main since this release
8a668b7

Release Notes (Git Log Fallback)

Release Information

  • Current Tag: v0.5.0
  • Release Date: 2026-05-17

Commits

Features

Contributors

Installation

Go Install

go install github.com/AxeForging/seedstorm/cmd/seedstorm@v0.6.0

Linux/macOS (AMD64)

curl -L https://github.com/AxeForging/seedstorm/releases/download/v0.6.0/seedstorm-linux-amd64.tar.gz | tar xz
chmod +x seedstorm-linux-amd64
sudo mv seedstorm-linux-amd64 /usr/local/bin/seedstorm

Linux/macOS (ARM64)

curl -L https://github.com/AxeForging/seedstorm/releases/download/v0.6.0/seedstorm-linux-arm64.tar.gz | tar xz
chmod +x seedstorm-linux-arm64
sudo mv seedstorm-linux-arm64 /usr/local/bin/seedstorm