From e289600e5ec6e6b7c90783ae966ed2afecd524ed Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 18 Jul 2025 04:31:43 -0400 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- .github/workflows/release-python.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 8187ee5..1e8ea47 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "6b6fb54297a47fc18883921fc71e584e900b74b3", + "_commit": "d45018be327e453005ff2892d5ae1842610d717a", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", "add_rust_extension": false, "author": "Kyle Oliver", diff --git a/.cruft.json b/.cruft.json index 7d5541d..b70ef5b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "6b6fb54297a47fc18883921fc71e584e900b74b3", + "commit": "d45018be327e453005ff2892d5ae1842610d717a", "checkout": null, "context": { "cookiecutter": { @@ -18,7 +18,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "6b6fb54297a47fc18883921fc71e584e900b74b3" + "_commit": "d45018be327e453005ff2892d5ae1842610d717a" } }, "directory": null diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 7439146..091f40d 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -81,6 +81,7 @@ jobs: needs: build_and_testpypi permissions: id-token: write + contents: write steps: - name: Checkout code uses: actions/checkout@v4 From ceb1e5a6c182628d7119b94a34ac499160eb5c7a Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 18 Jul 2025 04:31:53 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.9.0=20=E2=86=92=200.10.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667226b..d22297a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.10.0 (2025-07-18) + ## v0.9.0 (2025-07-18) ## v0.8.0 (2025-07-18) diff --git a/pyproject.toml b/pyproject.toml index 9c62f5f..31ed565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.9.0" +version = "0.10.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },