Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bwhmather/ssort

Release 0.16.0

07 Dec 02:19
fb5ed1d

Choose a tag to compare

  • Adds support for Python 3.14.
  • Fixes type variable scope.

Release 0.15.0

06 Jul 20:34
2dd40ba

Choose a tag to compare

  • Adds support for Python 3.13
  • Drops support for Python 3.8 and cleans up associated workarounds (thank you, @johnfraney)
  • Fixes interleaving of overloads with dependencies

Release 0.14.0

04 Nov 22:10
6e66c2c

Choose a tag to compare

Adds support for reading from stdin and writing to stdout, courtesy of @AndydeCleyre.

Release 0.13.0

19 Apr 05:48
2025243

Choose a tag to compare

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

Release 0.12.4

29 Jan 21:23
dcb59fd

Choose a tag to compare

Clean up after black 24 release

Release 0.12.3

22 Jan 21:14
8f7e380

Choose a tag to compare

Adds --version flag to executable.

Release 0.12.2

20 Jan 21:33
018ca2d

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

Choose a tag to compare

Introduces publish of python wheels to PyPI.

Release 0.12.0

31 Dec 20:52

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

Choose a tag to compare

In this release:

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