What's Changed
* The only new feature introduced within this release is the ability to construct the DisjointSet from iterables with `DisjointSet.from_iterable`. See https://github.com/mrapacz/disjoint-set/blob/v0.8.0/disjoint_set/main.py#L48-L51 for details.
New Contributors
* mrapacz made their first contribution in https://github.com/mrapacz/disjoint-set/pull/2
* marcinsulikowski made their first contribution in https://github.com/mrapacz/disjoint-set/pull/5
* TylerYep made their first contribution in https://github.com/mrapacz/disjoint-set/pull/7
**Full Changelog**: https://github.com/mrapacz/disjoint-set/commits/v0.8.0