Skip to content

0.0.4 - 2025-11-04

Choose a tag to compare

@github-actions github-actions released this 04 Nov 14:40

Release Notes

🚀 Features

  • Add cargo-cgx binary crate for cargo subcommand integration (#51)
  • Honor tool versions in config when resolving crates (#46)

🐛 Bug Fixes

  • Add cargo-binstall metadata to Cargo.toml for faster installs
  • Fix broken README link in cgx-core/Cargo.toml that blocks release

🚜 Refactor

  • Factor most logic out into cgx-core library crate (#41)

📚 Documentation

  • Add text in README about instability
  • Update README with installation instructions (#50)

🧪 Testing

  • Add integration tests that actually drive the CLI and verify behavior (#34)

Install cgx 0.0.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/anelson-labs/cgx/releases/download/cgx-v0.0.4/cgx-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/anelson-labs/cgx/releases/download/cgx-v0.0.4/cgx-installer.ps1 | iex"

Download cgx 0.0.4

File Platform Checksum
cgx-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cgx-x86_64-apple-darwin.tar.xz Intel macOS checksum
cgx-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
cgx-x86_64-pc-windows-msvc.zip x64 Windows checksum
cgx-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cgx-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cgx-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cgx-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum