This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Releases: jspahrsummers/adt
Releases · jspahrsummers/adt
v0.2.1
v0.2
Don't install adt tests package (thanks @seanjennings1!)
v0.1.3
- Fix compatibility with mypy >= 0.730, plus lots of documentation and test updates (thanks @wchresta!)
- Add private
_types
field on ADTs to access the constructor types (thanks @SebastienLavoie!)
v0.1.2
v0.1.1
Add py.typed
file so package is seen as typed (thanks, @moshelooks!)
Initial release
v0.1.0 Fix script/deploy again