From ad33f46db3fb729ffc452677f5d4082296b430f8 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:17:00 -0300 Subject: [PATCH] docs(changelog): move naming table to top, add separators and template (#92) Co-authored-by: Claude Sonnet 4.6 --- CHANGELOG.md | 92 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f29c3..54efa5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Ballon d'Or Nominees 🏅 + +Release codenames follow an A-Z sequence using Ballon d'Or award nominees surnames: + +| # | Tag Name | Player | Country | Notable Year | +|---|----------|--------|---------|--------------| +| A | `aguero` | Sergio Agüero | Argentina | 2011 | +| B | `benzema` | Karim Benzema | France | 2022 (Winner) | +| C | `cannavaro` | Fabio Cannavaro | Italy | 2006 (Winner) | +| D | `drogba` | Didier Drogba | Ivory Coast | 2010 | +| E | `etoo` | Samuel Eto'o | Cameroon | 2005, 2006 | +| F | `figo` | Luís Figo | Portugal | 2000 (Winner) | +| G | `griezmann` | Antoine Griezmann | France | 2016, 2018 | +| H | `haaland` | Erling Haaland | Norway | 2023 | +| I | `iniesta` | Andrés Iniesta | Spain | 2010, 2012 | +| J | `jorginho` | Jorginho | Italy | 2021 | +| K | `kaka` | Kaká | Brazil | 2007 (Winner) | +| L | `lewandowski` | Robert Lewandowski | Poland | 2020, 2021 | +| M | `messi` | Lionel Messi | Argentina | 8× Winner | +| N | `neymar` | Neymar | Brazil | 2015, 2017 | +| O | `owen` | Michael Owen | England | 2001 (Winner) | +| P | `pirlo` | Andrea Pirlo | Italy | 2007, 2011 | +| Q | `quaresma` | Ricardo Quaresma | Portugal | 2008 | +| R | `ronaldo` | Cristiano Ronaldo | Portugal | 5× Winner | +| S | `salah` | Mohamed Salah | Egypt | 2018, 2019 | +| T | `torres` | Fernando Torres | Spain | 2008 | +| U | `umtiti` | Samuel Umtiti | France | 2018 | +| V | `vandijk` | Virgil van Dijk | Netherlands | 2019 | +| W | `weah` | George Weah | Liberia | 1995 (Winner) | +| X | `xavi` | Xavi | Spain | 2009, 2010, 2011 | +| Y | `yayatoure` | Yaya Touré | Ivory Coast | 2011, 2013 | +| Z | `zlatan` | Zlatan Ibrahimović | Sweden | 2013, 2015 | + +--- + ## [Unreleased] ### Added @@ -20,6 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +--- + ## [1.1.1 - Cannavaro] - 2026-04-12 ### Added @@ -47,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pre-seeded `storage/players-sqlite3.db` file and `storage/` directory from repository; Diesel `embed_migrations!()` initialises and seeds the database on first start (#79) - `storage/` and `.envrc` added to `.gitignore` to prevent runtime database files and local environment secrets from being tracked (#79) +--- + ## [1.1.0 - Benzema] - 2026-04-08 ### Added @@ -85,44 +124,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `rusqlite` dependency replaced by `diesel` + `diesel_migrations` + `libsqlite3-sys` (bundled) (#64) - Hand-written `create_schema`, `seed`, and `is_empty` functions in `player_collection.rs` (#64) +--- + ## [1.0.0 - Agüero] - 2026-04-06 Initial release. See [README.md](README.md) for complete feature list and documentation. --- -## Ballon d'Or Nominees 🏅 + [unreleased]: https://github.com/nanotaboada/rust-samples-rocket-restful/compare/v1.1.1-cannavaro...HEAD [1.1.1 - Cannavaro]: https://github.com/nanotaboada/rust-samples-rocket-restful/compare/v1.1.0-benzema...v1.1.1-cannavaro