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/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/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 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" },