Skip to content

Commit 16fb00d

Browse files
committed
bump: version 0.1.0rc1 → 0.1.0rc2
1 parent a40b70c commit 16fb00d

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## 0.1.0rc2 (2025-04-25)
2+
3+
### ✨ Features
4+
5+
- **duties.py**: add a duty to setup the CLI globally
6+
- add support forfoptional dependency pre-configuration in template
7+
8+
### 🐛🚑️ Fixes
9+
10+
- **copier.yaml**: remove default dependencies
11+
- **duties.py**: made the `release` duty more robust to errors
12+
13+
### ✅🤡🧪 Tests
14+
15+
- group tests for `version` functionality in a class
16+
- exclude src/<project>/__main__.py from test coverage since it's an entry point
17+
18+
### 🎨🏗️ Style & Architecture
19+
20+
- **duties.py**: change jinja2 templating in `duties.py`
21+
22+
### 📄 License
23+
24+
- add support for `No License`
25+
26+
### 📝💡 Documentation
27+
28+
- **mkdocs**: add some cool examples to `docs/index.md`
29+
30+
### 🔧🔨📦️ Configuration, Scripts, Packages
31+
32+
- **mkdocs**: change the font size and add minify plugin
33+
- change `mypy` config to ignore missing imports
34+
- **mkdocs.yaml**: enable `callouts` and `PyMdown Tab Extension`
35+
36+
### 🩹 fix-simple
37+
38+
- **duties.py**: add `action` parameter to `_pick_env` to distinguish between `build`, `start` and `stop` when dealing with Docker containers
39+
- **duties.py**: wait for dev containers to fully start after building them in `_setup_container`
40+
141
## 0.1.0rc1 (2025-04-22)
242

343
### 🐛🚑️ Fixes

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.0rc1"
3+
version = "0.1.0rc2"
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)