diff --git a/.cookiecutter.json b/.cookiecutter.json index 0e8c1df..e397858 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "1460377e7f5ce48155c22f32b6845546d5097664", + "_commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b", "_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 9603a77..c9378dc 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "1460377e7f5ce48155c22f32b6845546d5097664", + "commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "1460377e7f5ce48155c22f32b6845546d5097664" + "_commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b" } }, "directory": null diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c2dfc..ac13726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## v0.23.0 (2025-08-01) + +## v0.21.0 (2025-07-27) + +## v0.20.0 (2025-07-27) + +## v0.19.0 (2025-07-27) + +## v0.18.0 (2025-07-27) + +## v0.17.0 (2025-07-26) + +## v0.16.0 (2025-07-26) + +## v0.14.0 (2025-07-18) + +## v0.13.0 (2025-07-18) + +## v0.12.0 (2025-07-18) + +## v0.11.0 (2025-07-18) + +## v0.10.0 (2025-07-18) + +## v0.9.0 (2025-07-18) + +## v0.8.0 (2025-07-18) + +## v0.7.0 (2025-07-18) + +## v0.6.0 (2025-07-18) + +## v0.5.0 (2025-07-18) + +## v0.4.0 (2025-07-18) + +## v0.3.0 (2025-07-16) + ## v0.22.0 (2025-07-29) ## v0.21.0 (2025-07-27) diff --git a/pyproject.toml b/pyproject.toml index 4b83aa7..3fcfe0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.22.0" +version = "0.23.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 4679448..95b4b5d 100644 --- a/uv.lock +++ b/uv.lock @@ -1092,7 +1092,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.22.0" +version = "0.23.0" source = { editable = "." } dependencies = [ { name = "loguru" },