Changes in this release: - Support for python 3.11. - Build system cleanup.
0.11.6
In this release: - Correctly update local scope when walrus operator used in lambda expression - Minor documentation improvements
0.11.5
* Fixes handling of CRLF line endings in microsoft windows. * Fixes wildcard import warning hook.
0.11.4
Emergency release to fix ssort wiping files with just comments.
0.11.3
Main feature in this release is that ssort will now skip files listed in `.gitignore`, unless they are explicitly specified. This release also contains a cleanup of the error hooks in the python API.
0.11.2
Main features: - Support for python 3.10 (thank you jgberry). - Support for non-standard encodings.