diff --git a/.cookiecutter.json b/.cookiecutter.json index c6743ec..a5b9109 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "fb9bab58edae3babd127219b4613c4cbf76e1fd0", + "_commit": "06be6f79fa1ca1038b43c1c382487a1075cda541", "_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 7f01911..3f0db74 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "fb9bab58edae3babd127219b4613c4cbf76e1fd0", + "commit": "06be6f79fa1ca1038b43c1c382487a1075cda541", "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": "fb9bab58edae3babd127219b4613c4cbf76e1fd0" + "_commit": "06be6f79fa1ca1038b43c1c382487a1075cda541" } }, "directory": null diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e36f4..831666a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.18.0 (2025-07-27) + ## v0.17.0 (2025-07-26) ## v0.16.0 (2025-07-26) diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..2cc6760 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,5 @@ +# Changelog + +```{include} ../CHANGELOG.md + +``` diff --git a/docs/conf.py b/docs/conf.py index b396e10..0b66d50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,6 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "pip": ("https://pip.pypa.io/en/stable/", None), } html_theme = "furo" diff --git a/docs/contributing.md b/docs/contributing.md index 35e65ba..9f73ebe 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,9 +1,7 @@ # Contributing ```{include} ../CONTRIBUTING.md ---- -end-before: ---- + ``` [code of conduct]: codeofconduct diff --git a/docs/index.md b/docs/index.md index 53eee81..2e83538 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,5 +19,5 @@ reference contributing Code of Conduct License -Changelog +Changelog ``` diff --git a/docs/usage.md b/docs/usage.md index 2b84c67..293d716 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,7 +1,7 @@ # Usage ```{eval-rst} -.. click:: robust_python_demo.__main__:main +.. typer:: robust_python_demo.__main__:main :prog: robust-python-demo :nested: full ``` diff --git a/pyproject.toml b/pyproject.toml index cae348b..319580d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.17.0" +version = "0.18.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },