Skip to content

Commit 86d4e51

Browse files
committed
bump: version 0.1.0b3 → 0.1.0rc0
1 parent 4422464 commit 86d4e51

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.1.0rc0 (2025-04-22)
2+
3+
### ✨ Features
4+
5+
- **duty**: add support for `duty`
6+
- **tox**: add support for `pytest-xdist` in Tox
7+
8+
### 🐛🚑️ Fixes
9+
10+
- **copier.yaml**: add `pytest-xdist` to `copier.yaml`
11+
12+
### ✅🤡🧪 Tests
13+
14+
- **typer-CLI**: add some tests for typer CLI
15+
16+
### 🩹 fix-simple
17+
18+
- **Dockerfile**: fix a minor issue with Docker images
19+
120
## 0.1.0b3 (2025-04-18)
221

322
### ✨ Features

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