0.27.0
github-actions
released this
17 Sep 10:44
·
191 commits
to develop
since this release
Added
- Added
--fail-immediately
flag to abort execution the moment the first test failure occurs
Changed
- Upgraded from clap v2 to v4. This has a few changes, notably any arguments which can be specified more
than once require multiple entries so--run-types doc test
needs to be turned into--run-types doc --run-types test
- Ignore attributes on methods, functions and trait methods