diff --git a/CHANGELOG.md b/CHANGELOG.md index a0126ba2..cd833d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 0.29.3 +------------- + +**Docs** +- Add the changelog URL to the `pyproject.toml` project file so that the changelog reference is included under project links in PyPI. + Version 0.29.2 ------------- diff --git a/pyproject.toml b/pyproject.toml index adfbed8e..7f67d3ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codemagic-cli-tools" -version = "0.29.2" +version = "0.29.3" description = "CLI tools used in Codemagic builds" readme = "README.md" authors = [ @@ -20,6 +20,7 @@ documentation = "https://github.com/codemagic-ci-cd/cli-tools/tree/master/docs#c [tool.poetry.urls] "Issue Tracker" = "https://github.com/codemagic-ci-cd/cli-tools/issues" +"Changelog" = "https://github.com/codemagic-ci-cd/cli-tools/blob/master/CHANGELOG.md" [tool.poetry.scripts] android-app-bundle = "codemagic.tools:AndroidAppBundle.invoke_cli"