|
| 1 | +## 0.3.0 (2026-03-14) |
| 2 | + |
| 3 | +### ✨ Features |
| 4 | + |
| 5 | +- replace duties.py with mise and add settings/config support |
| 6 | +- use 'uv_build' as a build backend instead of hatchling |
| 7 | +- modify `Dockerfile` and split `compose.yaml` into `compose.yaml` and `compose.override.yaml` |
| 8 | +- add support for GitHub Actions |
| 9 | + |
| 10 | +### 🐛🚑️ Fixes |
| 11 | + |
| 12 | +- **ci**: harden GitHub Actions workflows for production readiness |
| 13 | +- substitute '-' in tasks names to ':' so that mise understand them |
| 14 | +- add mise trust in 'copier.yaml' _tasks |
| 15 | +- add torch as a dep when choosing newer version of CUDA |
| 16 | + |
| 17 | +### build |
| 18 | + |
| 19 | +- **deps**: update pre-commit hook pre-commit/pre-commit-hooks to v6 |
| 20 | +- **deps**: update pre-commit hook pre-commit/pre-commit-hooks to v6 |
| 21 | +- **deps**: update actions/checkout action to v5 |
| 22 | +- **deps**: update actions/checkout action to v5 |
| 23 | +- **deps**: update dependency copier to v9.10.2 |
| 24 | +- **deps**: update dependency copier to v9.10.2 |
| 25 | +- **deps**: update actions/setup-python action to v6 |
| 26 | +- **deps**: update actions/setup-python action to v6 |
| 27 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.9.1 |
| 28 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.9.1 |
| 29 | +- **deps**: update softprops/action-gh-release digest to aec2ec5 |
| 30 | +- **deps**: update softprops/action-gh-release digest to aec2ec5 |
| 31 | +- **deps**: lock file maintenance |
| 32 | +- **deps**: lock file maintenance |
| 33 | +- **deps**: update astral-sh/setup-uv action to v7 |
| 34 | +- **deps**: update astral-sh/setup-uv action to v7 |
| 35 | +- **deps**: update dependency copier-templates-extensions to v0.3.2 |
| 36 | +- **deps**: update dependency copier-templates-extensions to v0.3.2 |
| 37 | +- **deps**: update astral-sh/setup-uv digest to e92bafb |
| 38 | +- **deps**: update astral-sh/setup-uv digest to e92bafb |
| 39 | +- **deps**: update dependency copier to v9.9.0 |
| 40 | +- **deps**: update dependency copier to v9.9.0 |
| 41 | +- **deps**: lock file maintenance |
| 42 | +- **deps**: lock file maintenance |
| 43 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.3 |
| 44 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.3 |
| 45 | +- **deps**: update softprops/action-gh-release digest to 72f2c25 |
| 46 | +- **deps**: update softprops/action-gh-release digest to 72f2c25 |
| 47 | +- **deps**: update astral-sh/setup-uv digest to bd01e18 |
| 48 | +- **deps**: update astral-sh/setup-uv digest to bd01e18 |
| 49 | +- **deps**: lock file maintenance |
| 50 | +- **deps**: lock file maintenance |
| 51 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.2 |
| 52 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.2 |
| 53 | +- **deps**: update astral-sh/setup-uv digest to f0ec1fc |
| 54 | +- **deps**: update astral-sh/setup-uv digest to f0ec1fc |
| 55 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.0 |
| 56 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.8.0 |
| 57 | +- **deps**: update peaceiris/actions-gh-pages digest to 4f9cc66 |
| 58 | +- **deps**: update peaceiris/actions-gh-pages digest to 4f9cc66 |
| 59 | +- **deps**: pin bassemkaroui/docker-action-pr-giphy-comment action to f4e007d |
| 60 | +- **deps**: pin bassemkaroui/docker-action-pr-giphy-comment action to f4e007d |
| 61 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.7.1 |
| 62 | +- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.7.1 |
| 63 | + |
| 64 | +### 📌➕⬇️➖⬆️ Dependencies |
| 65 | + |
| 66 | +- **template**: add support for newer version of CUDA |
| 67 | +- **template**: add some dependencies to the template |
| 68 | +- **template**: add support for `pytest-benchmark` |
| 69 | +- add some backend dependencies for the template |
| 70 | + |
| 71 | +### 🔧🔨📦️ Configuration, Scripts, Packages |
| 72 | + |
| 73 | +- **pre-commit**: add 'uv-export' pre-commit to the template and bump all pre-commit versions |
| 74 | +- **template**: add support for `.editorconfig` and format files accordingly |
| 75 | +- **Renovate**: add support for dependencies in the `template` directory |
| 76 | +- **copier.yaml**: add some initialization tasks after creating a new project |
| 77 | +- **pyproject.toml**: add some linting rules to ruff and configure pyright as an LSP |
| 78 | + |
| 79 | +### 🩹 fix-simple |
| 80 | + |
| 81 | +- **Renovate**: add a custom regex manager for pre-commit hooks in Jinja template |
| 82 | +- **Renovate**: add a custom regex manager for pre-commit hooks in Jinja template |
| 83 | +- fix the CI badge in the `README.md.jinja` |
| 84 | + |
1 | 85 | ## 0.2.0 (2025-05-13) |
2 | 86 |
|
3 | 87 | ### ✨ Features |
|
0 commit comments