We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395d8eb commit 800aa28Copy full SHA for 800aa28
2 files changed
CHANGELOG.md
@@ -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
9
10
11
+- add new pre-commit hooks for validating the pyproject.toml
12
13
14
15
16
17
18
19
20
+### Fix
21
22
+- resolve conflicts
23
24
+- fix path syntax in build-python.yml
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "robust-python-demo"
-version = "0.0.0"
+version = "0.1.0"
description = "robust-python-demo"
authors = [
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
0 commit comments