Skip to content

v0.9.3

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 04:42

What's Changed

  • 71fecfd chore: release 0.9.3 [skip ci]
  • 67f6c01 fix(e2e): correct field name email_verified → is_verified (#327)
  • 54d2129 test(e2e): P0+P1 E2E test improvements (Task #10) (#325)
  • 7db8187 feat(modules): restructure into domain modules (Tasks #4-#5) (#324)
  • 2d1ae27 docs: add E2E test redesign plan (88-endpoint coverage analysis) (#326)

Install

Use the release installer script if you want the simplest path.
It selects the right binary for your platform and verifies checksums when available.

macOS / Linux

curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/install.sh | sh

Windows PowerShell

irm https://github.com/earayu/treadstone/releases/download/v0.9.3/install.ps1 | iex

Alternative: PyPI

pip install treadstone-cli==0.9.3

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.3

Manual binary download

# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-linux-amd64 -o treadstone && chmod +x treadstone

SHA-256 checksums available in checksums.txt.