diff --git a/.cookiecutter.json b/.cookiecutter.json index 4a8c1fd..5fc5c8b 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2", + "_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34", "_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 5a9be75..7b994f0 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2", + "commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34", "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": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2" + "_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34" } }, "directory": null diff --git a/CHANGELOG.md b/CHANGELOG.md index ad25d6b..37f4409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## v0.29.0 (2025-11-02) + +## v0.27.0 (2025-09-18) + +## v0.26.0 (2025-09-18) + +## v0.25.0 (2025-09-18) + +## v0.24.0 (2025-08-01) + +## v0.23.0 (2025-08-01) + +## v0.22.0 (2025-07-29) + +## 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.28.0 (2025-11-01) ## v0.27.0 (2025-09-18) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bb46795..9720815 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[cookiecutter.robust.python@gmail.com](mailto:cookiecutter.robust.python@gmail.com). +[56kyleoliver@gmail.com](mailto:56kyleoliver@gmail.com). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 553e74b..c90158d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -210,4 +210,4 @@ _This project was generated from the [cookiecutter-robust-python][cookiecutter-r [bandit-documentation]: https://bandit.readthedocs.io/ [conventional-commits]: https://www.conventionalcommits.org/ [pytest-documentation]: https://docs.pytest.org/ -[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python +[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python diff --git a/README.md b/README.md index 1790ca5..7fa92a5 100644 --- a/README.md +++ b/README.md @@ -91,5 +91,5 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d -[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python +[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python [documentation]: https://robust-python-demo.readthedocs.io/ diff --git a/pyproject.toml b/pyproject.toml index 6ff9452..c4c55d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.28.0" +version = "0.29.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/scripts/setup-git.py b/scripts/setup-git.py index e195f85..c3f57a7 100644 --- a/scripts/setup-git.py +++ b/scripts/setup-git.py @@ -37,7 +37,7 @@ def get_parser() -> argparse.ArgumentParser: """Creates the argument parser for setup-git.""" parser: argparse.ArgumentParser = argparse.ArgumentParser( prog="setup-git", - usage="python ./scripts/setup-git.py . -u robust-python -n robust-python-demo", + usage="python ./scripts/setup-git.py . -u 56kyle -n robust-python-demo", description="Set up the provided cookiecutter-robust-python project's git repo.", ) parser.add_argument( diff --git a/scripts/setup-remote.py b/scripts/setup-remote.py index 405fd90..6821add 100644 --- a/scripts/setup-remote.py +++ b/scripts/setup-remote.py @@ -39,7 +39,7 @@ def get_parser() -> argparse.ArgumentParser: """Creates the argument parser for setup-remote.""" parser: argparse.ArgumentParser = argparse.ArgumentParser( prog="setup-remote", - usage="python ./scripts/setup-remote.py . --host github.com --path robust-python/robust-python-demo", + usage="python ./scripts/setup-remote.py . --host github.com --path 56kyle/robust-python-demo", description="Set up the provided cookiecutter-robust-python project's remote repo connection.", ) parser.add_argument( diff --git a/uv.lock b/uv.lock index b2268ac..4e2e1f0 100644 --- a/uv.lock +++ b/uv.lock @@ -1116,7 +1116,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.28.0" +version = "0.29.0" source = { editable = "." } dependencies = [ { name = "loguru" },