ethereum/eth-typing

v2.0.0 is missing in release notes

ulope opened this issue ยท 2 comments

ulope commented

What was wrong?

There is no mention of v2.0.0 (and if there are any incompatibilities) in the release notes.

AFAIK the only "incompatibility" is that mypy wasn't actually enforcing any of the types because we were missing this line:

package_data={'eth_typing': ['py.typed']},

So making upgrading to v2 might cause mypy to start erroring out. We have been able to upgrade to eth-typing v2 in most modules without any impact, though.

Naturally, ๐Ÿ‘ for adding a note about this to the docs.

I added the missing release notes. I also created an issue to upgrade this repo to use towncrier #16