- py.typed in package_data
- Add typing hints: contribution from @bh2smith
- Add CI workflow
- Transition release to make mypy happy
- Rename py-cid to py-multiformats-cid (@pinnaculum)
- remove crazy version range limits for dependencies which cause major headaches for downstream projects with multiple confluent indirect dependencies on this library
- Fix edge cases with multibase and multihash decoding
- Added hypothesis tests while verifying CIDs
- Handle the case where an incorrect base58 encoded value is provided to make_cid
- First release on PyPI.