From 13d525fdb139cc956d450ecd6da54b6fdd92e065 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 18 Jul 2025 05:19:42 -0400 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- .github/workflows/prepare-release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index ea76a00..1d0091b 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5", + "_commit": "8296ef4df0a11c42bd62e2114d950052073b6fbf", "_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 597b540..c5e2fb9 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5", + "commit": "8296ef4df0a11c42bd62e2114d950052073b6fbf", "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": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5" + "_commit": "8296ef4df0a11c42bd62e2114d950052073b6fbf" } }, "directory": null diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d380342..2217f10 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -47,6 +47,6 @@ jobs: with: body_path: ${{ github.workspace }}-CHANGELOG.md draft: true - tag_name: ${{ steps.new_version.outputs.NEW_VERSION }} + tag_name: v${{ steps.new_version.outputs.NEW_VERSION }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From ca707579e91dc8c75deb92725a14404d4111bf4c Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 18 Jul 2025 05:19:51 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.13.0=20=E2=86=92=200.14?= =?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 f6adaf5..dd2cec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.14.0 (2025-07-18) + ## v0.13.0 (2025-07-18) ## v0.12.0 (2025-07-18) diff --git a/pyproject.toml b/pyproject.toml index 8e576ec..85c7c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.13.0" +version = "0.14.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },