[ANN] minitest-allow 1.0.0 Released

minitest-allow version 1.0.0 has been released!

* home: <GitHub - seattlerb/minitest-allow>
* rdoc: <http://docs.seattlerb.org/minitest-allow>

Allows you to provide an exclusion list of allowed failures/errors.
Failures and errors on this list still get run and reported as usual,
but do not cause a non-zero exit code. This enables you to have a
green CI with against a list of known bad tests.

Changes:

### 1.0.0 / 2021-04-02

* 1 major enhancement

  * Birthday!