Skip to content

0.0.4 - 2025-11-04

Choose a tag to compare

@github-actions github-actions released this 04 Nov 13:23

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)