chore(release): bump VERSION to 0.6.0#1022
Conversation
Part of release/v0.6.0 preparation. Closes #968
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
🚫 This PR description is missing required template content. Missing required section(s): Linked issues & merged PRs, Changelog, Global DoD checklist Please update the PR body using one of the repository PR templates:
Empty placeholders, unchecked checklist boxes, and stub issue references do not count. |
|
Warning Review limit reached
More reviews will be available in 58 minutes and 14 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 0.5.0 to 0.6.0 in the VERSION file. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Bumps version from 0.5.0 to 0.6.0 (minor release). Closes #968
Part of release/v0.6.0 preparation.
Closes #968
file_type: "documentation"
description: "PR template router"
name: "Which PR template should I use?"
about: "Branch-to-template routing for consistent PR governance"
title: "PR: {short summary}"
labels: ["status:needs-review"]
Which PR template should I use?
Use this file as a router. Copy the matching template from the GitHub
.github/PULL_REQUEST_TEMPLATE/folder based on your branch prefix, thenreplace this body with that template.
Quick selector
feat/pr_feature.mdfix/pr_bug.mdhotfix/pr_hotfix.mdrefactor/pr_refactor.mdchore/pr_chore.mddocs/pr_docs.mdtest/pr_chore.mdperf/pr_feature.mdci/pr_ci.mdbuild/pr_ci.mddeps/pr_dep_update.mdsecurity/pr_bug.mddesign/pr_feature.mda11y/pr_feature.mdux/pr_feature.mdrelease/pr_release.mdresearch/pr_feature.mdrevert/pr_chore.mdi18n/pr_feature.mdops/pr_chore.mdproto/pr_feature.mdds/pr_feature.mdapi/pr_feature.mdschema/pr_feature.mdtelemetry/pr_feature.mdcontent/pr_docs.mdseo/pr_docs.mdconfig/pr_chore.mdmigrate/pr_chore.mdqa/pr_chore.mduat/pr_chore.mdTemplate links
Why this matters
Correct template selection improves label automation, changelog quality, and
review consistency. The routing rules are defined in
.github/PULL_REQUEST_TEMPLATE/config.yml.Linked issues
Closes #
Changelog
Added
Changed
Fixed
Removed
Risk Assessment
Risk Level:
Potential Impact:
Mitigation Steps:
How to Test
Prerequisites
Test Steps
Expected Results
Edge Cases to Verify
Checklist (Global DoD / PR)
References