Skip to content

Commit 4b1c6d0

Browse files
nanotaboadaclaude
andcommitted
docs(changelog): normalize structure to match sibling repos (#92)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d4d7720 commit 4b1c6d0

1 file changed

Lines changed: 62 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 62 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Ballon d'Or Nominees 🏅
9+
10+
Release codenames follow an A-Z sequence using Ballon d'Or award nominees surnames:
11+
12+
| # | Tag Name | Player | Country | Notable Year |
13+
|---|----------|--------|---------|--------------|
14+
| A | `aguero` | Sergio Agüero | Argentina | 2011 |
15+
| B | `benzema` | Karim Benzema | France | 2022 (Winner) |
16+
| C | `cannavaro` | Fabio Cannavaro | Italy | 2006 (Winner) |
17+
| D | `drogba` | Didier Drogba | Ivory Coast | 2010 |
18+
| E | `etoo` | Samuel Eto'o | Cameroon | 2005, 2006 |
19+
| F | `figo` | Luís Figo | Portugal | 2000 (Winner) |
20+
| G | `griezmann` | Antoine Griezmann | France | 2016, 2018 |
21+
| H | `haaland` | Erling Haaland | Norway | 2023 |
22+
| I | `iniesta` | Andrés Iniesta | Spain | 2010, 2012 |
23+
| J | `jorginho` | Jorginho | Italy | 2021 |
24+
| K | `kaka` | Kaká | Brazil | 2007 (Winner) |
25+
| L | `lewandowski` | Robert Lewandowski | Poland | 2020, 2021 |
26+
| M | `messi` | Lionel Messi | Argentina | 8× Winner |
27+
| N | `neymar` | Neymar | Brazil | 2015, 2017 |
28+
| O | `owen` | Michael Owen | England | 2001 (Winner) |
29+
| P | `pirlo` | Andrea Pirlo | Italy | 2007, 2011 |
30+
| Q | `quaresma` | Ricardo Quaresma | Portugal | 2008 |
31+
| R | `ronaldo` | Cristiano Ronaldo | Portugal | 5× Winner |
32+
| S | `salah` | Mohamed Salah | Egypt | 2018, 2019 |
33+
| T | `torres` | Fernando Torres | Spain | 2008 |
34+
| U | `umtiti` | Samuel Umtiti | France | 2018 |
35+
| V | `vandijk` | Virgil van Dijk | Netherlands | 2019 |
36+
| W | `weah` | George Weah | Liberia | 1995 (Winner) |
37+
| X | `xavi` | Xavi | Spain | 2009, 2010, 2011 |
38+
| Y | `yayatoure` | Yaya Touré | Ivory Coast | 2011, 2013 |
39+
| Z | `zlatan` | Zlatan Ibrahimović | Sweden | 2013, 2015 |
40+
41+
---
42+
843
## [Unreleased]
944

1045
### Added
@@ -20,6 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2055

2156
### Removed
2257

58+
---
59+
2360
## [1.1.1 - Cannavaro] - 2026-04-12
2461

2562
### Added
@@ -47,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4784
- Pre-seeded `storage/players-sqlite3.db` file and `storage/` directory from repository; Diesel `embed_migrations!()` initialises and seeds the database on first start (#79)
4885
- `storage/` and `.envrc` added to `.gitignore` to prevent runtime database files and local environment secrets from being tracked (#79)
4986

87+
---
88+
5089
## [1.1.0 - Benzema] - 2026-04-08
5190

5291
### Added
@@ -85,44 +124,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85124
- `rusqlite` dependency replaced by `diesel` + `diesel_migrations` + `libsqlite3-sys` (bundled) (#64)
86125
- Hand-written `create_schema`, `seed`, and `is_empty` functions in `player_collection.rs` (#64)
87126

127+
---
128+
88129
## [1.0.0 - Agüero] - 2026-04-06
89130

90131
Initial release. See [README.md](README.md) for complete feature list and documentation.
91132

92133
---
93134

94-
## Ballon d'Or Nominees 🏅
135+
<!-- Template for new releases:
95136
96-
Release codenames follow an A-Z sequence using Ballon d'Or award nominees surnames:
137+
## [X.Y.Z - SURNAME] - YYYY-MM-DD
97138
98-
| # | Tag Name | Player | Country | Notable Year |
99-
|---|----------|--------|---------|--------------|
100-
| A | `aguero` | Sergio Agüero | Argentina | 2011 |
101-
| B | `benzema` | Karim Benzema | France | 2022 (Winner) |
102-
| C | `cannavaro` | Fabio Cannavaro | Italy | 2006 (Winner) |
103-
| D | `drogba` | Didier Drogba | Ivory Coast | 2010 |
104-
| E | `etoo` | Samuel Eto'o | Cameroon | 2005, 2006 |
105-
| F | `figo` | Luís Figo | Portugal | 2000 (Winner) |
106-
| G | `griezmann` | Antoine Griezmann | France | 2016, 2018 |
107-
| H | `haaland` | Erling Haaland | Norway | 2023 |
108-
| I | `iniesta` | Andrés Iniesta | Spain | 2010, 2012 |
109-
| J | `jorginho` | Jorginho | Italy | 2021 |
110-
| K | `kaka` | Kaká | Brazil | 2007 (Winner) |
111-
| L | `lewandowski` | Robert Lewandowski | Poland | 2020, 2021 |
112-
| M | `messi` | Lionel Messi | Argentina | 8× Winner |
113-
| N | `neymar` | Neymar | Brazil | 2015, 2017 |
114-
| O | `owen` | Michael Owen | England | 2001 (Winner) |
115-
| P | `pirlo` | Andrea Pirlo | Italy | 2007, 2011 |
116-
| Q | `quaresma` | Ricardo Quaresma | Portugal | 2008 |
117-
| R | `ronaldo` | Cristiano Ronaldo | Portugal | 5× Winner |
118-
| S | `salah` | Mohamed Salah | Egypt | 2018, 2019 |
119-
| T | `torres` | Fernando Torres | Spain | 2008 |
120-
| U | `umtiti` | Samuel Umtiti | France | 2018 |
121-
| V | `vandijk` | Virgil van Dijk | Netherlands | 2019 |
122-
| W | `weah` | George Weah | Liberia | 1995 (Winner) |
123-
| X | `xavi` | Xavi | Spain | 2009, 2010, 2011 |
124-
| Y | `yayatoure` | Yaya Touré | Ivory Coast | 2011, 2013 |
125-
| Z | `zlatan` | Zlatan Ibrahimović | Sweden | 2013, 2015 |
139+
### Added
140+
- New features
141+
142+
### Changed
143+
- Changes in existing functionality
144+
145+
### Deprecated
146+
- Soon-to-be removed features
147+
148+
### Removed
149+
- Removed features
150+
151+
### Fixed
152+
- Bug fixes
153+
154+
### Security
155+
- Security vulnerability fixes
156+
157+
-->
126158

127159
[unreleased]: https://github.com/nanotaboada/rust-samples-rocket-restful/compare/v1.1.1-cannavaro...HEAD
128160
[1.1.1 - Cannavaro]: https://github.com/nanotaboada/rust-samples-rocket-restful/compare/v1.1.0-benzema...v1.1.1-cannavaro

0 commit comments

Comments
 (0)