Skip to content

Commit f554c2b

Browse files
committed
bump: version 0.1.0b1 → 0.1.0b2
1 parent ff58b0c commit f554c2b

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.1.0b2 (2025-04-17)
2+
3+
### ✨ Features
4+
5+
- add support for Docker containers
6+
7+
### 🐛🚑️ Fixes
8+
9+
- **Dockerfile**: fix some issues with Dockerfile
10+
- **tox**: prevent uv from removing project `.venv` by using `--active` flag in `tox.ini`
11+
- **commitizen**: avoid running `prepare-commit-msg.py` in certain cases so that `copier update` works
12+
13+
### 🔥⚰️ Clean up
14+
15+
- **commitizen**: remove `prepare-commit-msg` and `post-commit` git hooks
16+
17+
### 🔧🔨📦️ Configuration, Scripts, Packages
18+
19+
- **coverage**: set a default coverage of 100 for the template
20+
21+
### 🩹 fix-simple
22+
23+
- **compose.yaml**: change the version in the Docker images tags automatically with commitizen
24+
- fix `install` and `install-dev` targets in Makefile and minor change in Dockerfile
25+
126
## 0.1.0b1 (2025-04-15)
227

328
### 🐛🚑️ 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.0b1"
3+
version = "0.1.0b2"
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)