Skip to content

docs(release): refresh CHANGELOG and README for the v1.0.0 release prep#33

Merged
dipto0321 merged 1 commit into
mainfrom
chore/release/prepare-v1-0-0-release
Jul 1, 2026
Merged

docs(release): refresh CHANGELOG and README for the v1.0.0 release prep#33
dipto0321 merged 1 commit into
mainfrom
chore/release/prepare-v1-0-0-release

Conversation

@dipto0321

Copy link
Copy Markdown
Owner

Summary

Refresh CHANGELOG.md and README.md to reflect the code state on
main so the v1.0.0 release notes (issue #18) ship from a clean
baseline. The CHANGELOG was missing Phase 6 bullets for PRs #28
(QuotePath for paths with spaces), #29 (interrupted-upgrade sentinel

No code changes; no behavior change. This is the documentation-only
arm of the v1.0.0 release prep.

Linked issues

Closes #18

Type of change

  • feat — new feature (MINOR bump)
  • fix — bug fix (PATCH bump)
  • refactor — no behavior change
  • docs — documentation only
  • test — tests only
  • chore — maintenance / dependency bump
  • ci — CI/CD only
  • build — build system only
  • Breaking change (MAJOR bump) — explain below

Checklist

  • Title follows Conventional Commits (docs(release): subject)
  • I ran make ci locally and it passes
  • I added or updated tests for the change (N/A — docs-only)
  • I updated relevant docs (README, docs/, inline godoc) — this
    PR IS the doc update
  • No new linter warnings
  • If breaking: I documented the migration path in the PR body and updated CHANGELOG.md — N/A, not breaking

Scope notes / things reviewers may want to look at

Screenshots / output

N/A — documentation-only change.

The CHANGELOG was missing Phase 6 bullets for PRs #28 (QuotePath
for paths with spaces), #29 (interrupted-upgrade sentinel + --from
restore), and #30 (system-node classifier with warnings). It also
had a duplicate `### Added` header from a prior merge and still
listed the scripts/issue-workflow.sh script that PR #32 deleted.

The README's Project status table said "Phase 1-5 OK" with no
mention of Phase 6 cross-platform polish. The Phase 7 status
(GoReleaser config + brew/scoop taps + npm wrapper) was also
missing.

CHANGELOG.md:
- Single Added / Changed / Removed block under [Unreleased] (was
  two Added blocks).
- Add Phase 6 bullets: system-node classifier (#30), interrupted-
  upgrade sentinel + replay (#29), QuotePath for paths with
  spaces (#28).
- Drop the stale `scripts/issue-workflow.sh` bullet; add a Removed
  entry pointing at the squash-merged PR #32 commit for context.

README.md:
- Project status table marks Phase 6 complete, with PR refs and
  a note that Phase 7 (issue #17) is the remaining work blocking
  the v1.0.0 tag.
- Trailing paragraph updated to reflect Phase 6 in the phase order.

Refs #18
@cocogitto-bot

cocogitto-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

✔️ 6d82811 - Conventional commits check succeeded.

@dipto0321 dipto0321 merged commit d2cbc30 into main Jul 1, 2026
10 checks passed
@dipto0321 dipto0321 deleted the chore/release/prepare-v1-0-0-release branch July 1, 2026 19: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.

chore(release): prepare v1.0.0 release

1 participant