Skip to content

0.2.11 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:49
Immutable release. Only release title and notes can be modified.

Release Notes

⛰️ Features

  • (format) Preserve single-line Django blocks inside attribute lists (#360) - (ca3d825)
  • (format) Support .editorconfig configuration files (#349) - (0df2c71)
  • (lint) Add duplicate-block-name lint rule - (4fe9aef)
  • (lint) Add rule selection (select/ignore + preview) (#350) - (7d0eb76)
  • (playground) Add documentation link to navbar (#351) - (0923257)

🐛 Bug Fixes

  • (format) Fix formatting of multiline django template tags (#359) - (2908461)
  • (lint) Restore correct ANSI display in error messages (#346) - (d4c21ba)

🚜 Refactor

  • (lint) Avoid double parse when fixing (#362) - (621980e)
  • (lint) Drop redundant help on empty-attr-value rule (#357) - (e10ed1e)
  • (lint) Cleanup RuleSet implementation and simplify (#336) - (17c0668)
  • (misc) Minor cleanup (#356) - (2b1346b)
  • (tests) Misc test simplification (#348) - (cdda76a)

🧪 Testing

  • (bench) Isolate check_ast cost from parsing (#364) - (8251c11)
  • (clippy) Enable more clippy restriction rules (#363) - (539450c)
  • (ecosystem-check) Select all rules + preview in check ecosystem run (#352) - (17110ef)

⚙️ Miscellaneous Tasks

  • (codspeed) Pin glibc CPU-feature dispatch to reduce benchmark variance (#366) - (5175539)

Install djangofmt 0.2.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.11/djangofmt-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.11/djangofmt-installer.ps1 | iex"

Download djangofmt 0.2.11

File Platform Checksum
djangofmt-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
djangofmt-x86_64-apple-darwin.tar.gz Intel macOS checksum
djangofmt-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
djangofmt-i686-pc-windows-msvc.zip x86 Windows checksum
djangofmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
djangofmt-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
djangofmt-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
djangofmt-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
djangofmt-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
djangofmt-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
djangofmt-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
djangofmt-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
djangofmt-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
djangofmt-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
djangofmt-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
djangofmt-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
djangofmt-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum