Skip to content

Latest commit

 

History

History
148 lines (101 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

148 lines (101 loc) · 2.21 KB

ruff-api

Generated by attribution

v0.1.0

Feature release

  • New: import sorting options (#54)
    • case_sensitive
    • combine_as_imports
    • detect_same_package
    • order_by_type
  • Fix: update ruff_version to 0.4.10 to match reality (#58)
  • Dev: enabled rust clippy linter and fixed outstanding warnings (#57)
  • Dev: use uv to manage virtualenv when available (#55)
$ git shortlog -s v0.0.8...v0.1.0
     5	Amethyst Reese
     4	dependabot[bot]

v0.0.8

Feature release

  • Add optional root parameter to isort_string (#46)
  • Test and build wheels for Python 3.13
  • Dropped wheel builds for 32-bit x86, arm7l, s390x, and ppc
$ git shortlog -s v0.0.7...v0.0.8
     4	Amethyst Reese
     1	Thomas P.

v0.0.7

Maintenance release

  • Upgrade bundled ruff to v0.4.10
$ git shortlog -s v0.0.6...v0.0.7
     2	Amethyst Reese
     6	dependabot[bot]

v0.0.6

Feature release

  • Move ruff-api errors into native Python code (#33)
$ git shortlog -s v0.0.5...v0.0.6
     2	Amethyst Reese
     2	dependabot[bot]

v0.0.5

Feature release

  • New isort_string() function to sort imports (#24)
  • Upgrade bundled ruff to v0.3.7 (#30)
  • Documented basic usage in readme (#29)
$ git shortlog -s v0.0.4...v0.0.5
     7	Amethyst Reese
     1	Thomas Polasek
     3	dependabot[bot]

v0.0.4

Feature release

  • Upgrade ruff to v0.3.0 (#19)
  • Added ruff_version attribute (#19)
  • Fix license metadata for PyPI
$ git shortlog -s v0.0.3...v0.0.4
     3	Amethyst Reese
     4	dependabot[bot]

v0.0.3

Experimental release

  • Upgrade ruff to v0.2.1+ git rev 91ae81b
  • Support back to Python 3.8
  • Add smoke tests
$ git shortlog -s v0.0.2...v0.0.3
     6	Amethyst Reese
     6	dependabot[bot]

v0.0.2

Dev release

  • type stubs and py.typed
$ git shortlog -s v0.0.1...v0.0.2
     5	Amethyst Reese

v0.0.1

Proof of concept.

  • Can format strings
$ git shortlog -s v0.0.1
     4	Amethyst Reese