Releases: palfrey/serial_test
Releases · palfrey/serial_test
v0.6.0
- #50 - Document feature flags better
- #48 - Clarify docs for tests not marked as serial (by @torfsen)
- #43 - File-based locking option
- #36 - Fail better on bad async attribute ordering
- #38 - Minor coverage improvements
- #31 - "sequential" keyword for docs (by @LovecraftianHorror)
v0.5.1
- Upgrade dependencies (#27)
- Include LICENSE file in all sub-crates (#26)
- Allow compiling against parking_lot 0.11 (#25)
v0.5.0
- #23 - Support testing async functions
As a result, our MSRV is now 1.39.0
v0.4.0
- #18 - Upgrade Parking lot to 0.10
- #19 - Support tests with return values
As a result, our MSRV is now 1.36.0
v0.3.1
Fix the docs after the changes from #7
v0.3.0
Re-export serial_test_derive
so you now only need the serial_test
crate