Skip to content

fix(changelog): scope v1.0.0 entry to real diff against v0.6.0#30

Merged
fathiraz merged 2 commits intomainfrom
fix/v1.0.0-release-notes-alignment
May 1, 2026
Merged

fix(changelog): scope v1.0.0 entry to real diff against v0.6.0#30
fathiraz merged 2 commits intomainfrom
fix/v1.0.0-release-notes-alignment

Conversation

@fathiraz
Copy link
Copy Markdown
Owner

@fathiraz fathiraz commented May 1, 2026

Summary

  • Trims the v1.0.0 CHANGELOG entry from a full-history dump back to the 3 real changes introduced since v0.6.0
  • Adds the missing compare link to the v1.0.0 header, consistent with every other entry in the file

What changed

Before: the generated entry incorrectly listed every commit from v0.1.0 through v1.0.0, spanning 20+ features and 5 bug fixes across the entire project history.

After: only the actual diff against v0.6.0:

Type Change
feat migrate to Effect platform with typed services and structured concurrency (#26)
fix preserve selected assignees visibility in random assign modal (#24)
fix drop -is:closed from auto-injected sprint filter (#28)

README

Searched README.md for any hardcoded v0.6.0 references — none found. All version indicators use dynamic shields.io badges against the releases API, which already resolve to v1.0.0. No README change needed.

GitHub Release

The v1.0.0 release description was already corrected directly via gh release edit (outside this PR) and now matches this changelog entry.

Test plan

  • CHANGELOG v1.0.0 section shows only 3 entries (1 feat, 2 fixes)
  • v1.0.0 header links to compare/v0.6.0...v1.0.0
  • Older entries (v0.6.0 and below) are unchanged

The auto-generated v1.0.0 section incorrectly included all commits from
the full project history instead of only the diff against v0.6.0.

Real changes since v0.6.0:
- feat: migrate to Effect platform with typed services (#26)
- fix(bulk): preserve assignees visibility in random assign modal (#24)
- fix(app): drop -is:closed from auto-injected sprint filter (#28)

Also adds the compare link that was missing from the v1.0.0 header,
consistent with every other entry in this file.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Cursor auto review

No actionable issues found on changed lines.

No actionable issues found.

Generated automatically when this PR was submitted using Cursor CLI with --model auto.

@fathiraz fathiraz merged commit b4770fe into main May 1, 2026
2 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