Highlights
- publish a stable, versioned container path:
ghcr.io/happysnaker/qq-ai-bot:v0.1.4 - keep
ghcr.io/happysnaker/qq-ai-bot:latestas the moving mainline tag for people who want the newest default-branch build - continue shipping the Docker image as a multi-arch manifest for
linux/amd64andlinux/arm64 - pin the demo stack docs to the stable
v0.1.4image path so app directories / homelab users can reference a non-moving tag
Why this release exists
This is mainly a packaging / distribution release.
The goal is to make qq-ai-bot easier to reference from self-hosted directories, homelab install notes, and app-store style submissions that prefer a stable container tag instead of only latest.
Stable image paths
ghcr.io/happysnaker/qq-ai-bot:v0.1.4ghcr.io/happysnaker/qq-ai-bot:latest
Notes
- no new runtime feature claims are introduced in this release beyond the stable container-tag packaging work
- multi-arch image publishing remains enabled for both
amd64andarm64