chore: organize CHANGELOG for v0.0.3 release#8
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 58 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughAdded changelog entries for versions 0.0.3, 0.0.2, and 0.0.1, documenting new features (demo notebook, CI lint workflow, config files), changes (line-length reformatting), and fixes (RAG pipeline token requirement, error messages). Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 7-22: The issue is missing blank lines after subsection headings
in CHANGELOG.md causing markdownlint MD022; update the file so each subsection
heading (e.g., the "### Added", "### Changed", "### Fixed" entries and the "##
[0.0.2] - 2026-04-10" section header) is followed by a single blank line before
the list or paragraph that follows, ensuring lines immediately after those
headings (lines referenced around "Added", "Changed", "Fixed" and the version
header) contain an empty line to satisfy MD022.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Objective
CHANGELOG.md had all entries under [Unreleased] despite v0.0.1 and v0.0.2
already being published to PyPI. This makes it impossible for users to
see what changed between versions.
Approach
Reorganize CHANGELOG into proper Keep-a-Changelog structure with v0.0.1,
v0.0.2, and v0.0.3 sections, each listing the relevant changes from git
history. v0.0.3 covers all work since v0.0.2: demo notebook, governance
files, lint config/CI, and code formatting.
Evidence
Verified commit history against each version tag:
Summary by CodeRabbit
New Features
Bug Fixes
Chores