Skip to content

Commit 3a69704

Browse files
committed
bump: version 0.1.0b2 → 0.1.0b3
1 parent df3cc2a commit 3a69704

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.1.0b3 (2025-04-18)
2+
3+
### ✨ Features
4+
5+
- add support for a Typer CLI and strict typing
6+
7+
### 🐛🚑️ Fixes
8+
9+
- fix some issues with Typer config and code
10+
- add `.jinja` suffix to some files
11+
12+
### 🎨🏗️ Style & Architecture
13+
14+
- change the order of packages imports
15+
16+
### 🔧🔨📦️ Configuration, Scripts, Packages
17+
18+
- move `__version__` to `__init__.py`
19+
20+
### 🩹 fix-simple
21+
22+
- avoid asking for the CLI's name when the user doesn't want one
23+
124
## 0.1.0b2 (2025-04-17)
225

326
### ✨ 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.0b2"
3+
version = "0.1.0b3"
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)