diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c5a25f..f66826ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Notable changes to this project are documented in the current file. For more details about individual changes, see the Git log. You should read this before upgrading Freposte.io as some changes will include useful notes. + + v1.6.1 - unreleased ------------------- - Enhancement: Make Unbound drop privileges after binding to port diff --git a/towncrier/pyproject.toml b/pyproject.toml similarity index 62% rename from towncrier/pyproject.toml rename to pyproject.toml index 2e966cc0..17d66169 100644 --- a/towncrier/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.towncrier] #package = "mypackage" - #package_dir = "src" + package_dir = "towncrier" filename = "CHANGELOG.md" underlines = ["-", "", ""] - template = "template.md" + template = "towncrier/template.md" title_format = "v{version} - {project_date}" issue_format = "[#{issue}](https://github.com/Mailu/Mailu/issues/{issue})" - start_string = "upgrading Freposte.io as some changes will include useful notes.\n" + start_string = ""