Releases: taiki-e/cargo-llvm-cov
0.6.18
- Fix bug in exclude of local vendored sources on Windows. (#442, thanks @LittleBoxOfSunshine)
0.6.17
-
Exclude local vendored sources by default. (#438, thanks @Altair-Bueno)
-
Remove dependency on
is_executable
. (#422) -
Update
opener
to 0.8. -
Update
duct
to 1. -
Documentation improvements.
0.6.16
-
Add
--with-pwsh-env-prefix
tocargo llvm-cov show-env
subcommand. (#411, thanks @LittleBoxOfSunshine) -
Update
ruzstd
to 0.8.This increases the rustc version required to build cargo-llvm-cov. (rustc 1.73+ -> 1.81+)
The cargo/rustc version required to run cargo-llvm-cov remains unchanged.
0.6.15
0.6.14
0.6.13
- Distribute prebuilt binary for x86_64 FreeBSD.
0.6.12
-
Add
--profraw-only
option tocargo llvm-cov clean
subcommand. (#385, thanks @smoelius) -
Respect
target.<triple>.rustdocflags
that added in Cargo 1.78. -
Disable quick-install fallback of cargo-binstall.
0.6.11
0.6.10
-
Update
ruzstd
to 0.7.This increases the rustc version required to build cargo-llvm-cov. (rustc 1.70+ -> 1.73+)
The cargo/rustc version required to run cargo-llvm-cov remains unchanged.