diff --git a/changelog/812.bugfix.rst b/changelog/812.bugfix.rst deleted file mode 100644 index 1659d362..00000000 --- a/changelog/812.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add a helpful error message when an upload fails due to missing a trailing -slash in the URL. diff --git a/changelog/815.feature.rst b/changelog/815.feature.rst deleted file mode 100644 index aa819df6..00000000 --- a/changelog/815.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Show more helpful messages for invalid passwords. diff --git a/changelog/816.feature.rst b/changelog/816.feature.rst deleted file mode 100644 index adbf6cb9..00000000 --- a/changelog/816.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow the ``--skip-existing`` option to work with GCP Artifact Registry. diff --git a/changelog/817.bugfix.rst b/changelog/817.bugfix.rst deleted file mode 100644 index 5abcc059..00000000 --- a/changelog/817.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Generalize ``--verbose`` suggestion when an upload fails. diff --git a/docs/changelog.rst b/docs/changelog.rst index 94f2e256..1f84d6ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,24 @@ schemes recommended by the Python Packaging Authority. .. towncrier release notes start +Twine 3.5.0 (2021-11-02) +------------------------ + +Features +^^^^^^^^ + +- Show more helpful messages for invalid passwords. (`#815 `_) +- Allow the ``--skip-existing`` option to work with GCP Artifact Registry. (`#823 `_) + + +Bugfixes +^^^^^^^^ + +- Add a helpful error message when an upload fails due to missing a trailing + slash in the URL. (`#812 `_) +- Generalize ``--verbose`` suggestion when an upload fails. (`#817 `_) + + Twine 3.4.2 (2021-07-20) ------------------------