|
| 1 | +## 0.2.0 (2025-05-13) |
| 2 | + |
| 3 | +### ✨ Features |
| 4 | + |
| 5 | +- add `README.md.jinja` for the template |
| 6 | +- **copier.yaml**: set the project name by default to the project root directory |
| 7 | + |
| 8 | +### 🐛🚑️ Fixes |
| 9 | + |
| 10 | +- change how Python versions show in the template `README.md.jinja` and in copier.yaml |
| 11 | +- fix some bugs |
| 12 | + |
| 13 | +### ♻️ Refactorings |
| 14 | + |
| 15 | +- include waiting for containers' startup in `docker_start` |
| 16 | + |
| 17 | +### build |
| 18 | + |
| 19 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.7.0 |
| 20 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.7.0 |
| 21 | +- **deps**: lock file maintenance |
| 22 | +- **deps**: lock file maintenance |
| 23 | +- **deps**: update astral-sh/setup-uv digest to 6b9c606 |
| 24 | +- **deps**: update astral-sh/setup-uv digest to 6b9c606 |
| 25 | +- **deps**: lock file maintenance |
| 26 | +- **deps**: lock file maintenance |
| 27 | +- **deps**: update astral-sh/setup-uv action to v6 |
| 28 | +- **deps**: update astral-sh/setup-uv action to v6 |
| 29 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.6.0 |
| 30 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.6.0 |
| 31 | +- **deps**: update dependency copier to v9.7.1 |
| 32 | +- **deps**: update dependency copier to v9.7.1 |
| 33 | +- **deps**: pin dependencies |
| 34 | +- **deps**: pin dependencies |
| 35 | + |
| 36 | +### chore |
| 37 | + |
| 38 | +- **config**: migrate renovate config |
| 39 | +- **config**: migrate config .renovaterc.json |
| 40 | + |
| 41 | +### 📌➕⬇️➖⬆️ Dependencies |
| 42 | + |
| 43 | +- add `mkdocs-minify-plugin` as dependency |
| 44 | + |
| 45 | +### 📝💡 Documentation |
| 46 | + |
| 47 | +- **template/docs/index.md.jinja**: remove a non-existing path |
| 48 | +- **README.md.jinja**: change `info` to `note` for better rendering on GitHub |
| 49 | + |
| 50 | +### 🔐🚧📈✏️💩👽️🍻💬🥚🌱🚩🥅🩺 Others |
| 51 | + |
| 52 | +- **copier-templates-extensions**: fix dependency name in `README.md` and in `.renovaterc.json` |
| 53 | +- correct file name from `pytorch_indixes.jinja` to `pytorch_indexes.jinja` |
| 54 | + |
| 55 | +### 🔧🔨📦️ Configuration, Scripts, Packages |
| 56 | + |
| 57 | +- **.gitignore**: add `**/*.posting.yaml` to `.gitignore` to ignore Posting requests |
| 58 | +- **.renovaterc.json**: disable Renovate `pyenv` manager to avoid updating `.python-version` |
| 59 | +- **Renovate**: add the first version of `.renovaterc.json` |
| 60 | +- **pre-commit**: don't sort keys in `pretty-format-json` hook |
| 61 | +- **pre-commit**: modify `.pre-commit-config.yaml` files for the project and the template to be compatible with Renovate |
| 62 | + |
| 63 | +### 🩹 fix-simple |
| 64 | + |
| 65 | +- **duties.py.jinja**: watch all services in dev profile |
| 66 | +- **Dockerfile.jinja**: use the project slug in the CMD for FastAPI |
| 67 | + |
1 | 68 | ## 0.1.0 (2025-04-26) |
2 | 69 |
|
3 | 70 | ### 💚👷 CI & Build |
|
0 commit comments