Skip to content

Commit 800aa28

Browse files
committed
bump: version 0.0.0 → 0.1.0
1 parent 395d8eb commit 800aa28

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## v0.1.0 (2025-07-16)
2+
3+
### Feat
4+
5+
- initial commit
6+
- remove unneeded python venvs from noxfile.py
7+
- run pre-commit autoupdate
8+
- initial commit
9+
- initial commit
10+
- initial commit
11+
- add new pre-commit hooks for validating the pyproject.toml
12+
- initial commit
13+
- initial commit
14+
- initial commit
15+
- initial commit
16+
- initial commit
17+
- initial commit
18+
- initial commit
19+
20+
### Fix
21+
22+
- resolve conflicts
23+
- resolve conflicts
24+
- fix path syntax in build-python.yml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robust-python-demo"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "robust-python-demo"
55
authors = [
66
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },

0 commit comments

Comments
 (0)