Skip to content

0.2.3 - 2025-11-30

Choose a tag to compare

@github-actions github-actions released this 30 Nov 22:49
Immutable release. Only release title and notes can be modified.

Release Notes

⛰️ Features

  • (format) Add pretty-printing of parse errors (#104) - (fee4ee3)
  • (format) Add custom <!-- djangofmt:ignore --> directive (#102) - (c9b20bb)
  • (format) Improvements on inline node formatting (#75) - (58a4f8f)

🚜 Refactor

  • (error) Remove anyhow and use custom error enum (#100) - (e39f71a)

🧪 Testing

  • (clippy) Enable strict clippy rules (#97) - (cd7d6ea)
  • (ecosystem-check) Fix ecosystem check comment urls and support codeberg.com (#101) - (337592c)
  • (ecosystem-check) Fix ecosystem-check and support other providers than github (#99) - (13e8bb2)

Install djangofmt 0.2.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download djangofmt 0.2.3

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-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
djangofmt-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE 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