Skip to content

0.3.51 - 2026-03-04

Choose a tag to compare

@github-actions github-actions released this 04 Mar 19:00

Release Notes

Changed

  • Bump stdlib to 0.5.11

Added

  • Added typed part metadata with builtin.Part(...) and Component(part=...), including JSON netlist serialization and list[Part] support for properties["alternatives"].

Fixed

  • Apply MVS-selected KiCad asset versions in resolution/materialization and sibling promotion, preventing @kicad-* alias failures after patch updates.
  • pcb update now ignores prerelease dependency versions when selecting updates.

Install pcb 0.3.51

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diodeinc/pcb/releases/download/v0.3.51/pcb-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/diodeinc/pcb/releases/download/v0.3.51/pcb-installer.ps1 | iex"

Download pcb 0.3.51

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