v0.5.6
Upgrade notes
Breaking changes
None.
Upgrade notes
v0.5.6 is a cosmetic patch on top of v0.5.5. The v0.5.5 release-cut was performed via gh release create instead of pnpm release, which skipped the version bump in package.json and packages/web/package.json. As a result, v0.5.5 images report "pinchyVersion": "0.5.4" from /api/version even though the image tag, OCI image.version label, and OpenClaw runtime are all on the intended v0.5.5 wire. v0.5.6 restores agreement between the tag and the reported version. There are no functional changes versus v0.5.5.
If you already deployed v0.5.5, upgrade straight to v0.5.6:
cd /opt/pinchy
sed -i 's/PINCHY_VERSION=v0.5.5/PINCHY_VERSION=v0.5.6/' .env
docker compose pull && docker compose up -d && docker image prune -fIf you are upgrading directly from v0.5.4, skip v0.5.5 and follow the v0.5.4 → v0.5.5 upgrade notes below (substituting v0.5.6 for v0.5.5 in the sed command). All v0.5.5 behaviour ships in v0.5.6 unchanged.
What's Changed
- docs(upgrading): prepare v0.5.6 patch-release section by @clemenshelm in #437
Full Changelog: v0.5.5...v0.5.6