Skip to content

chore(release): back-merge v0.2.0 into develop#129

Merged
fedorovvvv merged 2 commits into
developfrom
chore/back-merge-v0.2.0
May 9, 2026
Merged

chore(release): back-merge v0.2.0 into develop#129
fedorovvvv merged 2 commits into
developfrom
chore/back-merge-v0.2.0

Conversation

@fedorovvvv
Copy link
Copy Markdown
Collaborator

Summary

Back-merges the v0.2.0 version bump commit (2415393) from main (PR #128) into develop. Step 10 of the release procedure (CLAUDE.md → Release procedure):

Back-merge to develop so the version bump and any release-only fixes don't get lost.

The original release/v0.2.0 branch was auto-deleted by GitHub on merge into main, so this PR reuses a chore/back-merge-v0.2.0 branch with the same merge state.

Why

release/v0.2.0 was merged into main via PR #128 with --merge (commit ea21d01). The version bump commit 2415393 is now only on main; without this back-merge, the next feature work on develop would start from 0.1.13 again.

Test plan

  • Diff shows only package.json x2, lockfiles x2, and CHANGELOG.md (+47 / -0 from the [0.2.0] entry).
  • After merge, develop HEAD reports version: 0.2.0 in both package.json and template/package.json.
  • CI smoke matrix green on develop post-merge.

🤖 Generated with Claude Code

fedorovvvv and others added 2 commits May 9, 2026 17:04
First minor release on top of 0.1.13. Highlights:

- Multi-instance registry + /api/instances + HealthBar switcher
  (PRD-027 / RFC-023 / SPEC-003 / ADR-004).
- `init --scope user|project` with workspace-agnostic user scope
  (PRD-025 / RFC-021 / ADR-004).
- `bin/` adopts citty (^0.2.2) and splits into cli/commands/lib
  (ADR-003).
- Feature-flag + image system; bundle approach is now the universal
  artifact form for every dist*/ image. `--experimental` becomes a
  deprecated alias for `--image nightly` (removed in 0.3.0).
- Multi-tab artifact viewing, Combobox primitive in shared/ui,
  adapter-node precompress disabled (smaller tarball).

Refs: PRD-025, PRD-027, PRD-030

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Brings the 0.2.0 version bump (package.json, template/package.json,
lockfiles, CHANGELOG) back into develop so the next feature work
starts from the released version.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@fedorovvvv fedorovvvv enabled auto-merge May 9, 2026 13:11
@fedorovvvv fedorovvvv merged commit 4b98725 into develop May 9, 2026
3 checks passed
@fedorovvvv fedorovvvv deleted the chore/back-merge-v0.2.0 branch May 9, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant