From c8ec9db2dcef408366cf65d22ab6238d7f2e04e1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 21 May 2023 13:25:05 +0000 Subject: [PATCH] 1.0.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59d668c..c07da644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v1.0.2 (2023-05-21) +### Fix +* Enclose `secrets` in braces ([`4465b7c`](https://github.com/billsioros/cookiecutter-pypackage/commit/4465b7c44e902a0cbc4c814a37faa319f09743d9)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v1.0.1...v1.0.2)** + ## v1.0.1 (2023-05-21) ### Fix * Add `mkdocstrings` python handler ([`8fa2cc6`](https://github.com/billsioros/cookiecutter-pypackage/commit/8fa2cc679a9b9cd1578c1ec30bd3660118c7aa7e)) diff --git a/pyproject.toml b/pyproject.toml index 025ecd3e..81897196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cookiecutter-pypackage" -version = "1.0.1" +version = "1.0.2" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]