Skip to content

v0.3.0 (2025-02-24)

Compare
Choose a tag to compare
@Viicos Viicos released this 24 Feb 09:58
· 15 commits to main since this release
1ca4d71

What's Changed

  • Handle bare ClassVar type qualifiers, rename INFERRED sentinel by @Viicos in #26
    While currently not explicitly allowed by the typing specification, ClassVar is allowed as a bare type qualifier.
    Unlike Final, the actual type doesn't have to be inferred from the assignment (e.g. one can use Any).
    For this reason, the INFERRED sentinel was renamed to UNKNOWN.

Full Changelog: v0.2.0...v0.3.0