Skip to content

Releases: bwhmather/ssort

Release 0.13.0

19 Apr 05:48
2025243
Compare
Choose a tag to compare

Introduces support for python 3.12. All credit to @ericbn.

Release 0.12.4

29 Jan 21:23
dcb59fd
Compare
Choose a tag to compare

Clean up after black 24 release

Release 0.12.3

22 Jan 21:14
8f7e380
Compare
Choose a tag to compare

Adds --version flag to executable.

Release 0.12.2

20 Jan 21:33
018ca2d
Compare
Choose a tag to compare

Changes in this release:

  • Fix detection of self argument name when positional-only.

Release 0.12.1

18 Jan 21:37
3d87560
Compare
Choose a tag to compare

Introduces publish of python wheels to PyPI.

Release 0.12.0

31 Dec 20:52
Compare
Choose a tag to compare

Changes in this release:

  • Support for python 3.11.
  • Build system cleanup.

Release 0.11.6

26 Jul 20:02
Compare
Choose a tag to compare

In this release:

  • Correctly update local scope when walrus operator used in lambda expression
  • Minor documentation improvements

Release 0.11.5

28 Mar 22:17
Compare
Choose a tag to compare
  • Fixes handling of CRLF line endings in microsoft windows.
  • Fixes wildcard import warning hook.

Release 0.11.4

24 Mar 17:22
Compare
Choose a tag to compare

Emergency release to fix ssort wiping files with just comments.

Release 0.10.6

28 Mar 22:19
Compare
Choose a tag to compare

Bugfix release containing backport of #55