Skip to content

Prepare v0.2.0 release#30

Merged
yiying-zhang merged 1 commit into
mainfrom
release/v0.2.0
Jul 22, 2026
Merged

Prepare v0.2.0 release#30
yiying-zhang merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@yiying-zhang

Copy link
Copy Markdown
Contributor

Summary

Prepare the Gensee Crate v0.2.0 release from the latest main after reviewing every merged change since v0.1.1 (PRs #14#29).

What changed

  • bump all workspace crates from 0.1.1 to 0.2.0
  • align dashboard npm, Tauri, Rust, lockfile, and in-app version metadata at 0.2.0
  • add the v0.2.0 changelog covering:
    • transactional tclone environments
    • Codex-mediated merge/promote/discard
    • parallel fork orchestration and winner selection
    • the native React + Tauri transaction dashboard
    • Cursor and VS Code / GitHub Copilot integrations
    • hook and tclone reliability hardening
    • the tclone host cleanup/rebuild script
  • refresh version-specific architecture and release documentation
  • update the bug-report version example

Developer and user impact

v0.2.0 turns the early tclone runtime into an agent-mediated transactional workflow, adds parallel implementation approaches, makes transaction history visible in the native dashboard, and expands hardened hook coverage to Cursor and VS Code.

The legacy dashboard implementation has been replaced by the React + Tauri application. Tclone functionality still requires a prepared Linux host with the documented Podman/tfork environment.

Validation

  • cargo check --workspace --all-targets
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace --no-fail-fast — 470 tests passed
  • cargo fmt --all -- --check
  • cargo check --manifest-path dashboards/src-tauri/Cargo.toml
  • cargo fmt --manifest-path dashboards/src-tauri/Cargo.toml -- --check
  • cd dashboards && npm run build
  • npm run docs:build
  • bash -n scripts/cleanup_tclone_host.sh scripts/install_oss.sh
  • git diff --check

Release comparison

After the release tag is published:

v0.1.1...v0.2.0

@yiying-zhang
yiying-zhang marked this pull request as ready for review July 22, 2026 14:19
@yiying-zhang
yiying-zhang merged commit 2466f9e into main Jul 22, 2026
4 checks 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.

1 participant