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]
Feature release
- Add optional
root
parameter toisort_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.
Maintenance release
- Upgrade bundled ruff to v0.4.10
$ git shortlog -s v0.0.6...v0.0.7
2 Amethyst Reese
6 dependabot[bot]
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]
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]
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]
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]
Dev release
- type stubs and py.typed
$ git shortlog -s v0.0.1...v0.0.2
5 Amethyst Reese
Proof of concept.
- Can format strings
$ git shortlog -s v0.0.1
4 Amethyst Reese