Skip to content

Release 1.0.0#4

Closed
singaraiona wants to merge 1 commit into
mainfrom
feat/v1-readiness
Closed

Release 1.0.0#4
singaraiona wants to merge 1 commit into
mainfrom
feat/v1-readiness

Conversation

@singaraiona
Copy link
Copy Markdown
Contributor

Summary

Marks raysense 1.0.0. After PRs #1#3, the codebase is at parity, polished, and ready to ship.

What changes

  • Version bumpCargo.toml1.0.0; adds homepage, documentation, keywords, categories, rust-version = \"1.75\" for crates.io.
  • CHANGELOG.md — new, summarizes the journey: single tool / live UI / vendored C / flag CLI / 6 graded dimensions / 43 MCP tools / typed what-if / live SSE-driven dashboard.
  • Temp-dir prefix cleanup — the only places left in tracked source that still embedded old sub-crate names (raysense-cli-* / raysense-memory-*) now use a generic raysense-* prefix. Verified zero remaining occurrences via grep.

Verification (local)

  • cargo fmt --check — clean.
  • cargo build — clean, no warnings.
  • cargo test — 123/123 pass.
  • cargo run -q -- --versionraysense 1.0.0.
  • Smoke cargo run -q -- . produces a health report.

Test plan

  • CI: cargo fmt --check && cargo test.
  • Reviewer: skim CHANGELOG.md for accuracy.
  • After merge: tag v1.0.0 and (when ready) trigger the publish workflow.

Marks the first stable release. Bumps Cargo.toml to 1.0.0; adds homepage,
documentation, keywords, categories, and rust-version metadata for
crates.io. Drops the last few sub-crate name leftovers from temp-dir
prefixes in tests. Adds CHANGELOG.md with the release notes.
@singaraiona singaraiona closed this May 1, 2026
@singaraiona singaraiona deleted the feat/v1-readiness branch May 1, 2026 11: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