v3.3.0
What's Changed
- Explicit testing for tokio multi-thread by @palfrey in #122
- Remove an unneeded explicit lifetime by @palfrey in #124
- docs: fixed the link to the shield by @operagxoksana in #125
- Permit non-empty function returns by @palfrey in #128
- Add support for crate parameter by @palfrey in #130
- Add use serial_test::serial to Readme.md example by @APN-Pucky in #135
- Fix elided lifetime warnings by @palfrey in #138
- Add docs about "path" for file_serial/parallel by @palfrey in #137
- Don't depend on the whole futures crate by @bilelmoussaoui in #141
- Add is_locked_file_serially by @palfrey in #139
- Add relative path and better file_serial testing by @palfrey in #143
- Add std feature to wasm-bindgen-test to avoid breaking dep updates by @palfrey in #145
- Add some more logging around relative paths by @palfrey in #147
New Contributors
- @operagxoksana made their first contribution in #125
- @APN-Pucky made their first contribution in #135
- @bilelmoussaoui made their first contribution in #141
Full Changelog: v3.2.0...v3.3.0