Skip to content

Reorganize CHANGELOG: consolidate v0.5.x releases and fix version history - #269

Merged
jackgranatowski merged 2 commits into
mainfrom
claude/kind-mayer-sNP78
Jun 8, 2026
Merged

Reorganize CHANGELOG: consolidate v0.5.x releases and fix version history#269
jackgranatowski merged 2 commits into
mainfrom
claude/kind-mayer-sNP78

Conversation

@jackgranatowski

Copy link
Copy Markdown
Contributor

Summary

This PR reorganizes the CHANGELOG.md to properly reflect the framework's version history. The changelog was previously stuck at v0.3.0 with all subsequent work piled under a perpetual [Unreleased] section, even though multiple releases (v0.5.0 through v0.5.24) had already shipped.

Changes

  • Updated opening line: Changed "v0.1.0" to "v0.0.1" to accurately reflect the earliest version
  • Reorganized version sections: Reordered sections to follow semantic versioning:
    • v0.5.24 (latest, now at top)
    • v0.5.0
    • v0.3.0
    • v0.2.0
    • v0.1.0
    • v0.0.1 / Pre-release (formerly [Unreleased])
  • Consolidated post-0.3.0 work: Moved PRs Identity Refresh and Documentation Overhaul for v0.5.0 #179docs(changelog): consolidate post-0.3.0 work under v0.5.24 #264 from the orphaned [Unreleased] section into their proper v0.5.0 and v0.5.24 version buckets
  • Preserved all PR entries: No content was removed; all 222 merged PRs remain documented with their original descriptions

Implementation Details

The reorganization restores the version invariant that was broken during the plugin split (#262) and subsequent releases. This makes the changelog accurately reflect what shipped in each version and provides a clear historical record for users tracking framework evolution.

https://claude.ai/code/session_01QKPW7u6tfLFUCnEqprf754

Versions were in wrong order (oldest first, Unreleased at bottom).
Restructured to newest-first throughout: v0.5.24 → v0.5.0 → v0.3.0 →
v0.2.0 → v0.1.0 → v0.0.1. Renamed "Unreleased" to "v0.0.1 / Pre-release"
and removed orphaned content block that was floating between sections.

https://claude.ai/code/session_01QKPW7u6tfLFUCnEqprf754
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jackgranatowski, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 14 minutes and 27 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a9de5023-2ce5-4f14-89ab-9101e13e4c92

📥 Commits

Reviewing files that changed from the base of the PR and between 98a4e20 and 0c8df40.

📒 Files selected for processing (3)
  • .github/workflows/release.yml
  • CHANGELOG.md
  • scripts/changelog-release.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/kind-mayer-sNP78

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- CHANGELOG.md: add ## Unreleased section with PRs #265–269 (post-v0.5.24 work)
- scripts/changelog-release.js: promote ## Unreleased → ## [X.Y.Z] - DATE on tag push
- release.yml: run changelog-release.js in sync-main and commit CHANGELOG.md alongside version artifacts

https://claude.ai/code/session_01QKPW7u6tfLFUCnEqprf754
@jackgranatowski
jackgranatowski merged commit aec4528 into main Jun 8, 2026
9 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.

2 participants