From 2fddad971d3ff707c04ac3421fb8c21933bdecee Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 21 Jul 2023 06:57:12 +0000 Subject: [PATCH] 1.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e1484..2aa9057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. + +## v1.1.1 (2023-07-21) + +### Fix + +* Correct `mkdocs` watch dir `mirror` ([`901f66c`](https://github.com/billsioros/cookiecutter-pypackage-instance/commit/901f66c23a08047f8a03396d814ba280d492d110)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage-instance/compare/v1.1.0...v1.1.1)** diff --git a/pyproject.toml b/pyproject.toml index 931c42c..8a730bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "cookiecutter-pypackage-instance" -version = "1.1.0" +version = "1.1.1" description = "🐍 An awesome python package by the name Cookiecutter Pypackage Instance" readme = "README.md" authors = ["Vasilis Sioros "]