Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ This project uses famous football coaches as release codenames, following an A-Z

## [Unreleased]

---

## [2.0.0 - Capello] - 2026-03-17
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add missing changelog link references for the new release section.

You added ## [2.0.0 - Capello], but the footer doesn’t define [2.0.0 - Capello], and [unreleased] still compares from v1.1.0-bielsa. This leaves release navigation incorrect after 2.0.0.

📌 Suggested patch
-[unreleased]: https://github.com/nanotaboada/python-samples-fastapi-restful/compare/v1.1.0-bielsa...HEAD
+[unreleased]: https://github.com/nanotaboada/python-samples-fastapi-restful/compare/v2.0.0-capello...HEAD
+[2.0.0 - Capello]: https://github.com/nanotaboada/python-samples-fastapi-restful/compare/v1.1.0-bielsa...v2.0.0-capello
 [1.1.0 - Bielsa]: https://github.com/nanotaboada/python-samples-fastapi-restful/compare/v1.0.0-ancelotti...v1.1.0-bielsa
 [1.0.0 - Ancelotti]: https://github.com/nanotaboada/python-samples-fastapi-restful/releases/tag/v1.0.0-ancelotti
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 47, The changelog header "## [2.0.0 - Capello]" lacks a
matching reference in the footer and the [unreleased] comparison still points to
v1.1.0-bielsa; update CHANGELOG.md by adding a release reference link for
"[2.0.0 - Capello]" in the links footer (e.g., define [2.0.0 - Capello]:
<compare URL or tag>) and adjust the "[unreleased]" link so it compares from the
correct previous tag (replace v1.1.0-bielsa with the proper base tag) to restore
correct release navigation.


### Changed

- **BREAKING**: `PUT /players/{player_id}` replaced by `PUT /players/squadnumber/{squad_number}` — mutation endpoints now use Squad Number (natural key) instead of UUID (surrogate key), consistent with `GET /players/squadnumber/{squad_number}` (#521)
Expand Down
Loading