Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 18:34
· 18 commits to main since this release
c913120

Installation

Download Pre-built Binary

  1. Download the appropriate binary for your platform and architecture:

    • macOS Apple Silicon (M1/M2/M3): swift-complexity-0.0.2-macos-arm64.tar.gz
    • macOS Intel: swift-complexity-0.0.2-macos-x86_64.tar.gz
    • Linux x86_64: swift-complexity-0.0.2-linux-x86_64.tar.gz
  2. Extract and install:

    # Extract the downloaded archive
    tar -xzf swift-complexity-0.0.2-*.tar.gz
    cd swift-complexity-0.0.2-*
    ./install.sh

Build from Source

git clone https://github.com/\fummicc1/swift-complexity.git
cd swift-complexity
git checkout v0.0.2
swift build -c release

Verification

All binaries are signed and checksums are provided for verification.

# Verify checksum (example for macOS)
shasum -a 256 -c swift-complexity-0.0.2-macos-arm64.tar.gz.sha256

What's Changed

  • Add permissions for pull request validation by @fummicc1 in #3
  • Corrected executable name in documentation by @daveverwer in #2
  • XcodeBuildToolPlugin by @fummicc1 in #5
  • chore: fix ci script for previous tag extraction. by @fummicc1 in #7

New Contributors

Full Changelog: v0.0.1...v0.0.2