chore(release): 0.0.15 - #43
Conversation
Nine version files bumped together — `_version.py` plus the eight `pyproject.toml`s — which is what `test_version_consistency.py` has enforced since 0.0.14, when the two silently disagreed for two releases. The `.gitignore` change is not cosmetic. Staging the bump swept up `AGENTS 3.md`, `Makefile 2`, and `.gitignore 2` — iCloud conflict copies that the existing rules missed on two counts. The list enumerated extensions (` 2.md`, ` 2.py`, …) so anything extension-less slipped through, and it stopped at 2 while the counter keeps climbing. Both of the files Finder collided on most here are extension-less. Matching the ` <digits>` suffix covers every shape: verified against `AGENTS 3.md`, `Makefile 2`, `.gitignore 2`, `.venv 2`, `foo 10.toml`, and `demo 2.gif`. The tradeoff is that a deliberately-named `Chapter 2.md` would also be ignored, noted inline with the `git add -f` escape. The four copies already on disk are deleted. Each was checked first: `AGENTS 2.md` and `CLAUDE 2.md` were byte-identical to their originals, `.gitignore 2` was the pre-edit revision, `.venv 2` an empty directory. 1563 tests pass; `nightly verify` clean on all five checks. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
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 |
Version bump for v0.0.15, plus a
.gitignorefix the bump itself exposed.Versions
Nine files bumped together —
_version.pyplus the eightpyproject.tomls. That is whattest_version_consistency.pyhas enforced since 0.0.14, when the two silently disagreed for two releases.iCloud conflict-copy ignores
Not cosmetic. Staging the bump swept up
AGENTS 3.md,Makefile 2, and.gitignore 2— conflict copies the existing rules missed on two counts:2.md,2.py, …), so anything extension-less slipped through — and the files Finder collides on most in this repo have no extensionMatching the
<digits>suffix covers every shape. Verified againstAGENTS 3.md,Makefile 2,.gitignore 2,.venv 2,foo 10.toml, anddemo 2.gif, and confirmed no real file is caught.The tradeoff: a deliberately-named
Chapter 2.mdwould also be ignored. Noted inline, with thegit add -fescape.The four copies already on disk are deleted. Each was checked first —
AGENTS 2.mdandCLAUDE 2.mdwere byte-identical to their originals,.gitignore 2was the pre-edit revision,.venv 2an empty directory.Verification
1563 tests pass.
nightly verifyclean on all five checks.🤖 Generated with Claude Code