Bump version to 0.9.1 - #160
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-liner version bump for the 0.9.1 release.
What's in 0.9.1
Security — Erlang 29.0.2 → 29.0.4 via custom systems v0.1.6 /
nerves_system_br1.34.1 (#159). 12 CVEs, notably the SFTP-server spin (CVE-2026-54886), TLS-client MITM fixes (CVE-2026-54891, CVE-2026-55953) and ETF decode heap corruption / crash (CVE-2026-55737, CVE-2026-54890). Also Buildroot 2026.05.1. This is the first release that actually puts the fix on devices — the fleet has been on 29.0.2.Nerves systems — all 8 forked targets to v0.1.6, plus the three stock systems that had been silently un-bumpable: bbb 2.30.1, mangopi_mq_pro 0.17.1, qemu_aarch64 0.4.1.
Dependency refresh — LiveView 1.2.9 + Phoenix 1.8.11 + live_dashboard 0.9.0 (#154), nerves 1.15.0 (#153), circuits_uart 1.6.0 (#152), tailwind 0.5.1 (#155), and 9 patch-level bumps (#151) including improv 0.1.2's WPA3/SAE association fix.
Cleanup — dropped the unused direct
muontrapdependency (#158).Release checklist (verified before this PR)
The two gotchas that broke past releases are both clear:
firmware-release.ymlpinsELIXIR_VERSION: 1.20.3-otp-29/OTP_VERSION: 29.0.5, matchingci.yml— this workflow has its own copies, and drift is what broke 0.7.0@all_targetsexactly (11 targets, no grisp2/osd32mp1 leftovers)GITHUB_TOKENis wired into the build job env, without which the artifact resolver rate-limits and 8/13 targets failed in 0.5.0Verification
mix compile --warnings-as-errors— PASS (exit 0)mise run test— 930 passed, 3 excludedAfter merge, the release must be cut with a bare tag (
0.9.1, novprefix) pointing at the bump commit, since firmware metadata reads@version.🤖 Generated with Claude Code