CLI v0.1.0 public release
Added
- Linux x86_64 binary (2.0 MB compressed).
- GitHub Release on matchstick-trading/.github repo.
- Multi-platform release workflow for future builds.
Changed
- Installation method changed from
cargo installto binary download. - Documentation updated with download instructions.
Fixed
- None.
Removed
- References to
cargo install matchstick(not supported).
Why
Binary distribution removes the Rust toolchain requirement for users and provides a consistent experience across platforms.
Impact
Users can download and run the CLI without installing Rust. Additional platforms (macOS, Windows) will be built via CI.