v0.9.0
Full Changelog: v0.8.0...v0.9.0
This release contains breaking changes:
- minimal go version is changed to 1.20;
- Append is renamed to AppendInto, a new Append function is introduced;
- List is moved to pkg errlist;
- NewList is moved to pkg errlist and renamed to New;
- DefaultListCapacity is moved to pkg errlist and renamed to DefaultCapacity;
- WaitGroup is moved to pkg errgroup and renamed to Group;
- removed deprecated functions Combine;
- removed deprecated interface DeprecatedMultiError.