Breaking Changes
None
New Features
- Allow fixtures to be used with async tests in #695
- Add ne matcher in #738
- Add a hook to capture non fatal errors and make location enum public in #774
- Add assert_true! and assert_false! macros to gtest_rust in #801
- Enable SCOPED_TRACE in Rust googletest crate in #799
Bug Fixes
None
Other Minor Changes
- matcher: fix out of date references to MatcherResult variants in #808
- matcher: improve the documentation for Matcher::describe. in #809
Full Changelog: v0.14.2...v0.14.3