Reorganize CHANGELOG: consolidate v0.5.x releases and fix version history - #269
Conversation
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
|
Warning Review limit reached
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
- 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
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
[Unreleased])[Unreleased]section into their proper v0.5.0 and v0.5.24 version bucketsImplementation 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