Releases: bwhmather/ssort
Releases · bwhmather/ssort
Release 0.14.0
Adds support for reading from stdin and writing to stdout, courtesy of @AndydeCleyre.
Release 0.13.0
Introduces support for python 3.12. All credit to @ericbn.
Release 0.12.4
Clean up after black 24 release
Release 0.12.3
Adds --version
flag to executable.
Release 0.12.2
Changes in this release:
- Fix detection of self argument name when positional-only.
Release 0.12.1
Introduces publish of python wheels to PyPI.
Release 0.12.0
Changes in this release:
- Support for python 3.11.
- Build system cleanup.
Release 0.11.6
In this release:
- Correctly update local scope when walrus operator used in lambda expression
- Minor documentation improvements
Release 0.11.5
- Fixes handling of CRLF line endings in microsoft windows.
- Fixes wildcard import warning hook.
Release 0.11.4
Emergency release to fix ssort wiping files with just comments.