Release Notes
Released on 2026-03-30.
Other changes
- Sync latest Python releases (#69)
- chore: sync Python download metadata (#65)
- ci: fetch cargo-dist directly in release workflows (#64)
- ci: update rust-cache to v2.9.1 (#70)
- ci: use uv in Python downloads sync workflow (#68)
- feat: add pip wheel (#71)
- fix: fallback to direct download when direct URL streaming fails (#67)
- fix: respect dependency metadata in pip diagnostics (#66)
- release: allow publishing PyPI from an existing run (#59)
- release: guard against non-ancestor release tags (#63)
- release: harden release notes and installer docs (#61)
- release: require trusted publishing for PyPI (#60)
- style: format release notes normalizer (#62)
Install fyn 0.10.14
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/duriantaco/fyn/releases/download/0.10.14/fyn-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/duriantaco/fyn/releases/download/0.10.14/fyn-installer.ps1 | iex"Download fyn 0.10.14
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo duriantaco/fynYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>