Skip to content

0.1.1 - 2026-08-17

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:40

Release Notes

Added

  • A PeakRDL plugin. Installed alongside PeakRDL, the same wheel registers a
    peakrdl fmt subcommand — uv tool install peakrdl-cli --with rdlfmt.
    Unlike PeakRDL's other subcommands it does not compile or elaborate its
    input, since formatting needs the source text rather than the register model,
    so it formats files that parse but do not yet elaborate.

Install rdlfmt 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fischeti/rdlfmt/releases/download/v0.1.1/rdlfmt-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fischeti/rdlfmt/releases/download/v0.1.1/rdlfmt-installer.ps1 | iex"

Download rdlfmt 0.1.1

File Platform Checksum
rdlfmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rdlfmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
rdlfmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
rdlfmt-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
rdlfmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
rdlfmt-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
rdlfmt-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum