Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved artifact matching and error messages #86

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- Added command suggestion messages if no target artifact is matched

### Fixed

- Fixed `cargo build` messages being buffered and causing an output delay for larger projects
- Fixed implicit artifact matching to allow for library crates to be matched

### Changed

- Improved error messaging when `llvm-tools-preview` hasn't been installed

## [v0.3.1] - 2020-07-30

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ regex = "1.3"
rustc-cfg = "0.4"
rustc-demangle = "0.1"
rustc_version = "0.2"
serde = "1.0"
toml = "0.5"
anyhow = "1.0"
Loading