chore(release): cut v0.2.0 - #127
Merged
Merged
Conversation
- Promote the CHANGELOG [Unreleased] section to [0.2.0] - 2026-08-03 with a release summary; the rename is a breaking change for enrolled hosts. - Bump backend, librecontrol-mcp, and messaging-gateway to 0.2.0 so the three published components stay on one version line, as they did at 0.1.0. - Finish the rename in the Node sidecar: the package and its Docker image tag were still orc-messaging-gateway. Renamed to librecontrol-messaging-gateway in package.json, package-lock.json, both READMEs, and the compose image tag. host-agent/pyproject.toml stays at 0.0.1 — it was already off the shared version line before this release and syncing it is a separate decision.
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.
Goal
Cut the v0.2.0 release — the rename release.
CHANGELOG.md[Unreleased]was already written after #126; this promotes it, puts the three published components back on one version line, and closes out six rename leftovers the #126 sweep missed.Follow-up §4 of the session note (
02 Projects/OpenRemote-Control/03 Sessions/notes/2026-08-03T2300-openremote-control-librecontrol-rename.md).Changes
Release
CHANGELOG.md—[Unreleased]→[0.2.0] - 2026-08-03, with a summary paragraph flagging the breaking change for enrolled hosts.[Unreleased]is kept as an empty heading for the next cycle.Versions — 0.1.0 → 0.2.0 across the three components that shared a version line at 0.1.0:
backend/pyproject.toml(+ the matching root entry inbackend/uv.lock)connectors/librecontrol-mcp/pyproject.tomlconnectors/messaging-gateway/package.json(+package-lock.json)Rename leftovers — the Node sidecar was still named
orc-messaging-gateway:connectors/messaging-gateway/package.json,package-lock.json— package nameconnectors/messaging-gateway/README.md,deploy/README.md— prose referencesdeploy/app/docker-compose.yml— theimage:tagApproach
Versions bumped only for the three components that were already in sync at 0.1.0, matching the precedent set by the v0.1.0 release commit (
fe59d67), which bumped the backend specifically "to match orc-mcp and messaging-gateway".host-agent/pyproject.tomlis deliberately not touched — it sits at0.0.1and was already off the shared line before this release. Syncing it is a real decision (it implies the CLI is versioned with the server), not release mechanics, so it is left for a separate call.The gateway image is built by compose itself (
build:context is present, not pulled from a registry), so retagging it is self-contained —docker compose buildproduces the new tag and both READMEs now match it.Test Summary
npm test)npm cipackage.json↔package-lock.jsonagree after the name and version changeuv lock --check(backend)pyproject.toml, 88 packages resolvedBackend, host-agent, and librecontrol-mcp changes are single version strings with no code paths touched; CI covers all four suites on this PR.
Files Changed
CHANGELOG.md[Unreleased]→[0.2.0], add release summary + sidecar-rename entrybackend/pyproject.tomlbackend/uv.locklibrecontrol-backendentry → 0.2.0connectors/librecontrol-mcp/pyproject.tomlconnectors/messaging-gateway/package.jsonlibrecontrol-messaging-gateway, version → 0.2.0connectors/messaging-gateway/package-lock.jsonpackages[""]entriesconnectors/messaging-gateway/README.mddeploy/README.mddeploy/app/docker-compose.ymlimage: librecontrol-messaging-gateway:latestScreenshots
n/a — no UI surface changed.
After merge
Tag and publish: