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