chore(release): bump to 0.8.8 - #89
Conversation
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
Autofix-Source-SHA: 21b264d
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change prepares version 0.8.8, adds release notes, updates Nix Cargo registry handling, and revises standard ChangesRepository release
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This release updates version metadata, changelog entries, and packaging configuration for 0.8.8. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 |
Quality remediation resolvedCI is green again for PR #89 at |
# Conflicts: # .gitignore
crates.io now returns HTTP 403 to the builtin fetcher's curl User-Agent on the /api/v1/crates download endpoint, which made the flake check fail for every crate-cache miss. static.crates.io serves the identical tarballs and does not block curl; route the crates-io registry there via extraRegistries.
MisterWanted
left a comment
There was a problem hiding this comment.
Independent 0-context review: clean 0.8.8 release bump (Cargo.toml/Cargo.lock/npm/CHANGELOG consistent); nix extraRegistries crates-io-to-static.crates.io rewrite verified against nixpkgs import-cargo-lock.nix template and Cargo.lock checksums (axum/tokio/serde sha256 + http 200, 403 repro at api endpoint); .gitignore change is pure dedupe (xcodeproj/xcworkspace lines removed, no such paths in tree)
Cargo version bump for the 0.8.8 release.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.