* bpo-38291: Avoid DeprecationWarning on ``typing.io``.
5.2.0
======
* 80 via 221: Legacy API (``path``, ``contents``, ...) is now supported entirely by the ``.files()`` API with a compatibility shim supplied for resource loaders without that functionality.
5.1.4
======
* 225: Require `zipp 3.1.0 <https://zipp.readthedocs.io/en/latest/history.html#v3-1-0>`_ or later on Python prior to 3.10 to incorporate those fixes.
5.1.3
======
* Refresh packaging and improve tests. * 216: Make MultiplexedPath.name a property per the spec.