File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
29
## 0.4.1 (2025-02-16)
2
30
3
31
### Fix
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " repo-scaffold"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
description = " shawn deng repo temple project"
5
5
authors = [
6
6
{
name =
" shawndeng" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments