From efcb132d25381d8f24d04636f80905d41f36c599 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Sun, 27 Jul 2025 16:01:52 -0400 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- docs/codeofconduct.md | 1 + docs/contributing.md | 2 +- docs/index.md | 4 +--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 2f0db9e..e64afb6 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe", + "_commit": "410906d2e116f1c177c9c873bb79d2809df08c75", "_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 9605c94..5fb2ec7 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe", + "commit": "410906d2e116f1c177c9c873bb79d2809df08c75", "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": "14335e093db7fc8cc3cb71eee62a8c36b46425fe" + "_commit": "410906d2e116f1c177c9c873bb79d2809df08c75" } }, "directory": null diff --git a/docs/codeofconduct.md b/docs/codeofconduct.md index 58fd373..b4a3877 100644 --- a/docs/codeofconduct.md +++ b/docs/codeofconduct.md @@ -1,3 +1,4 @@ ```{include} ../CODE_OF_CONDUCT.md +:start-after: Contributor Covenant Code of Conduct ``` diff --git a/docs/contributing.md b/docs/contributing.md index 3d293ab..fb2b69e 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -2,7 +2,7 @@ ```{include} ../CONTRIBUTING.md --- -start-after: # Contributing to robust_python_demo +start-after: # Contributing to robust-python-demo end-before: --- diff --git a/docs/index.md b/docs/index.md index 2e83538..192a17c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,5 @@ ```{include} ../README.md ---- -end-before: ---- + ``` [license]: license From 2380d117ce70f7fb159a88fa8d8e40e4f5a80114 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Sun, 27 Jul 2025 16:02:12 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.20.0=20=E2=86=92=200.21?= =?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 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19d468..3c60b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.21.0 (2025-07-27) + ## v0.20.0 (2025-07-27) ## v0.19.0 (2025-07-27) diff --git a/pyproject.toml b/pyproject.toml index c480bbc..73ae412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.20.0" +version = "0.21.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/uv.lock b/uv.lock index 5268675..3ebfaa2 100644 --- a/uv.lock +++ b/uv.lock @@ -1092,7 +1092,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.20.0" +version = "0.21.0" source = { editable = "." } dependencies = [ { name = "loguru" },