Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 20:13
· 1 commit to main since this release

Downloads

macOS

  • Apple Silicon (M1/M2/M3): hello-lightdash-v1.0.1-macos-arm64.tar.gz
  • Intel: hello-lightdash-v1.0.1-macos-x64.tar.gz

Installation

# Download and extract (replace with your architecture)
tar -xzf hello-lightdash-v1.0.1-macos-arm64.tar.gz

# Make executable (if needed)
chmod +x hello-lightdash-arm64

# Run
./hello-lightdash-arm64

Verification

The binaries are signed and notarized by Apple. To verify:

codesign --verify --verbose hello-lightdash-arm64

Checksums

Verify download integrity:

shasum -a 256 -c checksums.txt

Full Changelog: v1.0.0...v1.0.1