chore(release): v0.1.0 - #28
Open
chaba2-bot[bot] wants to merge 1 commit into
Open
Conversation
chaba2-bot
Bot
force-pushed
the
release/next
branch
2 times, most recently
from
August 9, 2026 01:14
f7b3c4a to
8edf120
Compare
darwin67
added a commit
that referenced
this pull request
Aug 9, 2026
## Summary - keep the first published release at `v0.1.0` across the Phoenix and Rust manifests - run release-container smoke tests on native AMD64 and ARM64 Blacksmith runners - remove the unreliable QEMU dependency from the smoke-test matrix ## Why There are no existing `v*` tags or GitHub Releases, so the first release should use the synchronized manifest version rather than skip directly to `v0.2.0`. PR #28's ARM64 image built successfully, but its AMD64 runner could not execute the image after QEMU setup and failed with `exec format error`. Native per-architecture runners preserve the build, architecture, and version checks without relying on broken emulation registration. After this PR merges, the release workflow will refresh `release/next` and update PR #28 to prepare `v0.1.0`. ## Verification - `mix precommit` — 275 tests passed - `cargo check --workspace` - production Docker image build - production container reports server version `0.1.0` - `git diff --check` --------- Co-authored-by: Darwin D Wu <darwin67@users.noreply.github.com>
chaba2-bot
Bot
force-pushed
the
release/next
branch
from
August 9, 2026 07:20
8edf120 to
2dce7f9
Compare
chaba2-bot
Bot
force-pushed
the
release/next
branch
18 times, most recently
from
August 15, 2026 07:31
ef9993b to
42fe3c5
Compare
chaba2-bot
Bot
force-pushed
the
release/next
branch
5 times, most recently
from
August 22, 2026 18:25
f8f971c to
94a7e57
Compare
chaba2-bot
Bot
force-pushed
the
release/next
branch
3 times, most recently
from
August 26, 2026 19:18
ecf96a3 to
ad91eb4
Compare
chaba2-bot
Bot
force-pushed
the
release/next
branch
from
August 26, 2026 21:05
ad91eb4 to
c50e573
Compare
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.
Release
This PR prepares
v0.1.0.release/nextmainNotes Preview
[0.1.0] - 2026-08-26
🚀 Features
🐛 Bug Fixes
📚 Documentation
⚙️ Miscellaneous Tasks
🛡️ Security