Skip to content

Commit f268654

Browse files
committed
bump: version 0.1.0 → 0.2.0
1 parent bd351a3 commit f268654

File tree

3 files changed

+69
-2
lines changed

3 files changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
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+
168
## 0.1.0 (2025-04-26)
269

370
### 💚👷 CI & Build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-template-uv"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A Copier-powered template for creating Python packages managed with uv."
55
readme = "README.md"
66
authors = [{ name = "Bassem Karoui", email = "bassem.karoui1@gmail.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)