The breaking change triggering a major version revision is that missing attributes now raise AttributeErrors rather than KeyErrors. This is nominally a bug fix as AttributeErrors are the correct behavior, but we are labeling this a major version change in case users were depending on the KeyErrors.
What's Changed
* [tooling] Remove redundant workflow, update and fix CI by BenjaminPelletier in https://github.com/interuss/implicitdict/pull/16
* [bug] Fix 13 (regex freeze with certain content) by BenjaminPelletier in https://github.com/interuss/implicitdict/pull/17
* Remove utcnow warnings by the-glu in https://github.com/interuss/implicitdict/pull/14
* Change __getattribute__ to raise AttributeErrors instead of KeyErrors by the-glu in https://github.com/interuss/implicitdict/pull/15
New Contributors
* the-glu made their first contribution in https://github.com/interuss/implicitdict/pull/14
**Full Changelog**: https://github.com/interuss/implicitdict/compare/v2.3.0...v3.0.0