Releases: Manishearth/compiletest-rs
Releases · Manishearth/compiletest-rs
v0.9.0
v0.8.0
Bump to v0.8.0
v0.7.0
Bump to 0.7.0
v0.6.0
v0.3.19
Just a small point-release that adds a a new flag to TestOpts
on nightly (see 250a638 and rust-lang/rust#58689), and a dead-link fix in the README.
Thanks to and @mati865 and @kevinmehall
v0.3.18
v0.3.17
I haven't done releases for the past two releases, so I'll try to summarize the changes since 0.3.14
here:
- Travis has been added to the build process, building both nightly, beta and stable
- Warnings have been fixed in stable builds
- Tests in
test-project
have been updated - The
ConfigWithTemp
struct is now publically exposed, so users can construct it themselves - The
tester
crate (an added dependency to supportstable
) has been updated to fix the issues we had withRunIgnored
Thanks to @dtolnay @phansch @RalfJung @SergioBenitez @messense @nabijaczleweli for their efforts.
v0.3.14
- Add regex support to replacements
Thanks to @SergioBenitez