Skip to content

release(0.2.0): bump workspace + cut 0.2.0 release notes#32

Merged
TYRMars merged 1 commit into
mainfrom
claude/review-project-improvements-GBGjJ
May 14, 2026
Merged

release(0.2.0): bump workspace + cut 0.2.0 release notes#32
TYRMars merged 1 commit into
mainfrom
claude/review-project-improvements-GBGjJ

Conversation

@TYRMars
Copy link
Copy Markdown
Owner

@TYRMars TYRMars commented May 10, 2026

Summary

Cuts the 0.2.0 release.

## Unreleased is left as a fresh _No changes yet._ placeholder so future PRs have an obvious landing spot.

Test plan

  • cargo check --workspace --exclude jarvis-desktop passes after the bump.
  • Cargo.lock reflects the new version on all 25 workspace crates (verified via grep -c '"0.2.0"' Cargo.lock).
  • git diff shows only CHANGELOG.md, Cargo.toml, Cargo.lock.
  • CI green on push.
  • Optional follow-up: tag v0.2.0 once merged.

Notes for reviewers

The 0.2.0 release notes were assembled from the merge commit messages of PRs #28-#31, not by re-reading every diff. Let me know if any bullet over- or under-claims its scope and I'll trim accordingly.

https://claude.ai/code/session_01Vbqtn9CPhBJvUyT5mb7H7z


Generated by Claude Code

Bumps `[workspace.package].version` from 0.1.0 to 0.2.0 (cascades to
every member crate via `version.workspace = true`) and reframes the
existing `## Unreleased` block as the `0.2.0` release.

The 0.2.0 entry consolidates four PRs that landed since this CHANGELOG
was first introduced:

- PR #28 (OTel + model registry): observability stack, model registry +
  routing policy + capability-validating provider profile, fallback UI,
  Customize / Market panels, jarvis-cli telemetry/web subcommands.
- PR #29 (model + session race fix): session-switch race repair around
  `conversation <uuid> not found`, scoped-frame invariants, 4 new
  vitest cases.
- PR #30 (channels + sidebar + auto-mode refactor): WeCom WebSocket
  gateway adapter, Channels REST + Settings section, Codex-style chat
  sidebar with project groups, ~700 LOC trimmed from auto_mode.rs,
  RUN_TIMEOUT default 5m → 10m.
- PR #31 (Makefile + docs): align local cargo commands with CI's
  `--exclude jarvis-desktop` invariant.

Plus the original CHANGELOG-introducing PR's web composer / workspace
probe / WS metadata work.

Verified: `cargo check --workspace --exclude jarvis-desktop` passes,
Cargo.lock picks up the version bump (25 entries flipped).

`## Unreleased` is left as a fresh "_No changes yet._" placeholder so
future PRs have an obvious place to land.
@TYRMars TYRMars marked this pull request as ready for review May 14, 2026 11:17
@TYRMars TYRMars merged commit d324fbc into main May 14, 2026
1 check passed
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.

2 participants