diff --git a/.cookiecutter.json b/.cookiecutter.json index fc4dd95..d694f06 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index 9c96ffa..6a62f59 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "commit": "b36862f08dac62022ba33f94c31be4bac4181340", "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": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e86de..af10fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.9.0 (2025-11-17) + ## v0.8.0 (2025-11-17) ## v0.7.0 (2025-11-17) diff --git a/noxfile.py b/noxfile.py index 32ec0a7..6a5b86a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -12,6 +12,7 @@ nox.options.default_venv_backend = "uv" +os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1") # Logic that helps avoid metaprogramming in cookiecutter-robust-python MIN_PYTHON_VERSION_SLUG: int = int("3.10".lstrip("3.")) diff --git a/pyproject.toml b/pyproject.toml index 84295ed..6c3556f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-maturin-demo" -version = "0.8.0" +version = "0.9.0" description = "robust-maturin-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/uv.lock b/uv.lock index bee064f..93eed14 100644 --- a/uv.lock +++ b/uv.lock @@ -1027,7 +1027,7 @@ wheels = [ [[package]] name = "robust-maturin-demo" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "loguru" },