docs(changelog): prepare release notes for v1.1.1-cannavaro#93
docs(changelog): prepare release notes for v1.1.1-cannavaro#93nanotaboada merged 3 commits intomasterfrom
Conversation
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughUpdated documentation: README API reference now lists Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 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.
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 14-17: The changelog entry "API Reference table in `README.md`:
corrected `PUT /players/squadnumber/:squadnumber` response from `200 OK` to `204
No Content` is currently under the Unreleased section but should be recorded
under the 1.1.1 → Fixed section; move that bullet from the Unreleased block into
the 1.1.1 Fixed subsection (remove it from Unreleased so Unreleased is clean)
and ensure the 1.1.1 Fixed list (lines currently empty) contains the exact note
so the changelog is consistent after tagging.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 11297b9d-3d64-45ca-a36f-2d6805b67e07
📒 Files selected for processing (2)
CHANGELOG.mdREADME.md
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
=======================================
Coverage 84.33% 84.33%
=======================================
Files 6 6
Lines 166 166
=======================================
Hits 140 140
Misses 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
[Unreleased]entries to[1.1.1 - Cannavaro] - 2026-04-12inCHANGELOG.md[Unreleased]section above the versioned headingCHANGELOG.mdPUT /players/squadnumber/:squadnumberresponse code inREADME.mdAPI Reference table (200 OK→204 No Content)What's in this release
CI / tooling improvements (patch bump):
cargo-tarpaulinand Codecov integration (Add code coverage reporting with Codecov #42)codecov.ymlwith 80% minimum threshold and badge inREADME.md(Add code coverage reporting with Codecov #42)[profile.release]tuned for smaller binary size (Tune[profile.release]for smaller binary size (lto,strip,codegen-units) #60)musl/ Alpine for fully static binary (Reduce container image size by targetingmusland switching runtime to Alpine #57)PlayerServiceErroracross all operations (Refactor player service to wrap read/delete errors in domain-specific error types #56)codecov.ymlignore list and comment updated (Tune codecov.yml exclusions to improve coverage signal on business logic layers #78)storage/directory removed; migrations handle first-run init (Remove pre-seeded SQLite DB file and storage directory #79)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Documentation