Skip to content

chore(release): 0.8.1#60

Merged
stephane-segning merged 1 commit into
mainfrom
claude/bump-0.8.1
Jun 17, 2026
Merged

chore(release): 0.8.1#60
stephane-segning merged 1 commit into
mainfrom
claude/bump-0.8.1

Conversation

@stephane-segning

Copy link
Copy Markdown
Contributor

1. Summary

Bumps all nine workspace packages to 0.8.1 (one version line) and dates the changelog [Unreleased] section as [0.8.1] — 2026-06-17.

This release line covers the work merged since 0.8.0: the experimental code-index plugin (#58), the trace log tier (#56), and the oauth2/browser concurrency + token fixes (#54, #55, #57). Source of truth: those merged PRs and CHANGELOG.md.

2. Intent

Cut the 0.8.1 release: stamp the version across the suite and finalize the changelog entry so a subsequent publish.yml run ships it. Per the repo convention the bump and its notes land together in one PR.

3. Scope

In Scope

  • version field in all nine package.json files (root + 8 packages/apps) → 0.8.1.
  • CHANGELOG.md: [Unreleased][0.8.1] — 2026-06-17; intro count eightnine (+ code-index tag).

Out of Scope

  • Any code change. No lockfile change (workspace:* deps are rewritten at publish).
  • Publishing itself (a separate gh workflow run publish.yml after merge).

4. Verification

  • All nine version fields confirmed at 0.8.1.
  • pnpm install → "Already up to date"; pnpm-lock.yaml unchanged.
  • Full pre-push gate green (build, typecheck, coverage, lint, format:check).
for f in package.json packages/*/package.json apps/*/package.json; do node -p "require('./'+'$f').version"; done   # all 0.8.1
git diff --quiet pnpm-lock.yaml && echo "lockfile unchanged"
pnpm -r build && pnpm -r typecheck && pnpm coverage && pnpm lint && pnpm format:check
gate exit 0 · lockfile unchanged · 10 files changed (9 version + CHANGELOG)

6. Risk Assessment

Risk level: Low — version-string + changelog only; no behavior change.

7. AI Usage Declaration

AI was used for:

  • Generating code (the mechanical bump)
  • Drafting documentation (changelog date, this PR)

Human verification:

  • I understand every change in this PR (a version bump + changelog date)
  • Confirmed the diff is exactly the nine version fields + changelog
  • I accept responsibility for this PR

🤖 Generated with Claude Code

Bump all nine workspace packages to 0.8.1 (one version line) and date the
CHANGELOG [Unreleased] section as [0.8.1] — 2026-06-17. No code changes;
workspace:* deps mean no lockfile change.

This release line covers: the experimental code-index plugin, the `trace`
log tier (#56), and the oauth2/browser concurrency + token fixes (#54, #55,
#57). Changelog intro count updated eight → nine for the new package.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions

Copy link
Copy Markdown

✅ AI Governance check passed

This PR declares AI usage, references a source of truth, and provides verification evidence. Thank you.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of the workspace and its packages from 0.8.0 to 0.8.1. It also updates the CHANGELOG.md to document the release of version 0.8.1 on 2026-06-17 and registers the 'code-index' package as the ninth workspace package. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@stephane-segning stephane-segning enabled auto-merge (squash) June 17, 2026 17:09
@stephane-segning stephane-segning merged commit 79bed62 into main Jun 17, 2026
4 checks passed
@stephane-segning stephane-segning deleted the claude/bump-0.8.1 branch June 17, 2026 17:10
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