New
v0.7.0
- Add support for task labels. These replace task tags, which are deprecated and will be removed in a future release. (#138)
- In the meantime,
Tags are now implemented with a trait. This is a breaking change from 0.6.1. (#111) - Implement
is_finished()forfuture::JoinHandle(#118)