release: 0.4.7 - #139
Conversation
Cutting a release so the B13/#119 download-retry fix (30s stall detector replacing the flat 120s x3, #116) and the resolveVersion retry fix (#121) reach npm — both are on main but unreleased as of 0.4.6, and tikoci/centrs#205 is blocked on them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📜 Recent review details⏰ Context from checks skipped due to timeout. (5)
🔇 Additional comments (2)
📝 WalkthroughWalkthroughThe release metadata was updated from version 0.4.6 to 0.4.7. The changelog now includes the 0.4.7 release heading dated 2026-08-04. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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.
Pull request overview
This PR prepares the @tikoci/quickchr package for the 0.4.7 release by promoting the current changelog content from [Unreleased] into a dated 0.4.7 section and bumping the npm package version so the release workflow can publish the new release.
Changes:
- Bump
package.jsonversion from0.4.6to0.4.7. - Promote changelog content by introducing
## [0.4.7] — 2026-08-04under## [Unreleased].
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps published package version to 0.4.7. |
| CHANGELOG.md | Promotes the current Unreleased entries into a 0.4.7 dated release section. |
Promotes
[Unreleased]to## [0.4.7]and bumpspackage.jsonso thenext
release.ymldispatch publishes it.Motivation: tikoci/centrs#205 (CHR smoke test timeout masking a slow
image download) is a known, already-fixed quickchr defect that hasn't
shipped — #116/#119 (B13 of #110) replaced the flat 120s×3 download
retry with a 30s stall detector + throughput budget, and #121 added
retry to
resolveVersion(). Both landed on main 2026-07-31/08-03,after 0.4.6 was published (2026-07-27), so centrs'
^0.4.5pin isstill on the old code.
No source changes — version/changelog only.
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores