- [change] Drop support of Python 3.6.
- [change] Support Python 3.10 and 3.11.
- [change] Remove dependency on the package
attrs
.
- [fix] Loosen the version requirement of the package
attrs
.
- [change] Drop support of Python 3.5.
- [change] Support Python 3.8 and 3.9.
- [fix] Loosen the version requirement of the package
attrs
.
- [fix] Fix a bug where CRLF (
\r\n
) is counted as two characters. - [fix] Prevent
UnicodeDecodeError
in Windows environment while installing the package.