Skip to content

Commit cdab063

Browse files
bump: version 0.4.1 → 0.5.0
1 parent 38a0c59 commit cdab063

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 0.5.0 (2025-02-18)
2+
3+
### Feat
4+
5+
- update github action and project template
6+
- update project template and cli
7+
- update template and cli tools
8+
- update template and update cli tools
9+
10+
### Fix
11+
12+
- fix github action
13+
- use uvx prefix for all third-party commands in nox sessions
14+
- explicitly install pytest packages in nox sessions
15+
- use cookiecutter max_python_version in GitHub Actions workflows
16+
- add code checkout and Python setup steps to lint workflow
17+
- update template files to explicitly install ruff and update dev dependencies
18+
- explicitly install ruff in nox sessions and update dev dependencies
19+
- standardize token usage in GitHub Actions workflows
20+
- use token from setup workflow in bump_version workflow
21+
- optimize GitHub Actions workflow to avoid pip cache warning in root project
22+
- optimize GitHub Actions workflow to avoid pip cache warning
23+
24+
### Refactor
25+
26+
- replace uvx with uv run in noxfile.py
27+
- remove explicit pytest package installation as uvx handles it
28+
129
## 0.4.1 (2025-02-16)
230

331
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "repo-scaffold"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "shawn deng repo temple project"
55
authors = [
66
{name = "shawndeng", email = "[email protected]"}

0 commit comments

Comments
 (0)