Add support for new types: - `StrEnum` or `...(str, Enum)` for Python < 3.11 - `datetime.date` - `datetime.datetime`
Config object are now hashable and can be compared with `==`
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
This release fixes the following problems: - None was not supported as a default value - `BaseConfig.fromenv` return type was previously set as `BaseConfig` which is not correct for subtypes - Python3.8 and below was not supported due to bug