Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bmoxb bmoxb released this 17 Mar 13:10
· 17 commits to main since this release

Many thanks to @carlwhamilton, @kezhuw, @calder, @eopb for contributing to this release!

API Changes

  • Rename into_test_result to or_fail (2720c76).

New Features

Bug Fixes

  • Fix issue where macros do not compile without use googletest::prelude::*; by making calls between macros fully qualified (7a54871).
  • Improve test hermeticity by calling Command::env_clear() in integration tests (b90142a).

Full Changelog: v0.13.0...v0.14.0