Skip to content

Commit 94d855e

Browse files
committed
bump: version 0.3.0 → 1.0.0
1 parent d1c6219 commit 94d855e

File tree

3 files changed

+96
-2
lines changed

3 files changed

+96
-2
lines changed

CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,97 @@
1+
## 1.0.0 (2026-03-19)
2+
3+
### ✨ Features
4+
5+
- add mkdocs for the template
6+
- add support for self hosted Renovate using a GitHub App
7+
- add support for self hosted Renovate using a GitHub App
8+
- add support for self-hosted Renovate in the template
9+
- add support for self-hosted Renovate in the template
10+
11+
### 🐛🚑️ Fixes
12+
13+
- fix an issue with Makefile when commands have more than one hyphen
14+
- remove font size which made the deployed docs smaller than the locally served
15+
- remove commitizen-branch since it generates an error when creating docs
16+
- wrap GitHub Actions expressions in {% raw %} blocks in renovate.yaml.jinja
17+
- add '.jinja' to renovate github action workflow
18+
- make 'pre-commit' more robust in _tasks
19+
- **config**: attempt to correct renovate config to handle template's precommit config
20+
21+
### ♻️ Refactorings
22+
23+
- **ci**: make dependabot optional
24+
25+
### build
26+
27+
- **deps**: update dependency astral-sh/ruff-pre-commit to v0.15.7
28+
- **deps**: update dependency astral-sh/ruff-pre-commit to v0.15.7
29+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.83.0
30+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.83.0
31+
- **deps**: update dependency astral-sh/uv-pre-commit to v0.10.11 (#62)
32+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.4
33+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.4
34+
- **deps**: update astral-sh/setup-uv digest to 37802ad
35+
- **deps**: update astral-sh/setup-uv digest to 37802ad
36+
- **deps**: update github actions (#56)
37+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.3
38+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.3
39+
- **deps**: update github actions (major)
40+
- **deps**: update github actions
41+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.2 (#58)
42+
- **deps**: update ghcr.io/renovatebot/renovate docker tag to v43.76.1 (#55)
43+
- **deps**: update softprops/action-gh-release digest to b25b93d (#52)
44+
- **deps**: update dependency commitizen-tools/commitizen to v4.13.9
45+
- **deps**: update dependency commitizen-tools/commitizen to v4.13.9
46+
- **deps**: update dependency astral-sh/uv-pre-commit to v0.10.10
47+
- **deps**: update dependency astral-sh/uv-pre-commit to v0.10.10
48+
- **deps**: update dependency astral-sh/ruff-pre-commit to v0.15.6
49+
- **deps**: update dependency astral-sh/ruff-pre-commit to v0.15.6
50+
- **deps**: update actions/checkout action to v6
51+
- **deps**: update actions/checkout action to v6
52+
- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.13.9
53+
- **deps**: update pre-commit hook commitizen-tools/commitizen to v4.13.9
54+
- **deps**: update astral-sh/setup-uv digest to e06108d
55+
- **deps**: update astral-sh/setup-uv digest to e06108d
56+
- **deps**: update softprops/action-gh-release digest to a06a81a
57+
- **deps**: update softprops/action-gh-release digest to a06a81a
58+
- **deps**: update dependency copier to v9.14.0
59+
- **deps**: update dependency copier to v9.14.0
60+
- **deps**: lock file maintenance
61+
- **deps**: lock file maintenance
62+
- **deps**: update actions/checkout digest to 93cb6ef
63+
- **deps**: update actions/checkout digest to 93cb6ef
64+
- **deps**: update actions/setup-python digest to a309ff8
65+
- **deps**: update actions/setup-python digest to a309ff8
66+
- **deps**: update jdx/mise-action action to v4
67+
- **deps**: update jdx/mise-action action to v4
68+
- **deps**: update actions/upload-artifact action to v7
69+
- **deps**: update actions/upload-artifact action to v7
70+
71+
### 💚👷 CI & Build
72+
73+
- exclude python-version in docs workflow from being updated by Renovate
74+
- update Renovate config to detect versions in workflow templates
75+
76+
### 📝💡 Documentation
77+
78+
- remove any mention of API from the docs
79+
- correct some mistakes in the docs
80+
- rewrite the template README and changed the contributor docs to include more info
81+
- add some emojis and fix some rendering issues
82+
- **mkdocs**: add mise equivalent commands along with make
83+
- add docs badge to link to the docs website
84+
- add mkdocs
85+
86+
### 🔧🔨📦️ Configuration, Scripts, Packages
87+
88+
- add prerequisites to mise tools
89+
- fix some dependencies for docs and add mise tasks for docs
90+
91+
### 🧹 chore
92+
93+
- **pyproject.toml**: set major_version_zero to false in preparation for the first major stable release
94+
195
## 0.3.0 (2026-03-14)
296

397
### ✨ 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.3.0"
3+
version = "1.0.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)