From 534385596820129b41cbcdcc83d34aa8788067f1 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Wed, 23 Dec 2020 09:13:30 -0500 Subject: [PATCH] Update changelog for 3.3.0 (#722) --- changelog/670.feature.rst | 1 - changelog/675.feature.rst | 1 - changelog/678.bugfix.rst | 1 - changelog/680.doc.rst | 1 - changelog/685.feature.rst | 1 - changelog/693.bugfix.rst | 1 - changelog/698.bugfix.rst | 1 - changelog/708.feature.rst | 1 - changelog/714.bugfix.rst | 1 - changelog/715.feature.rst | 1 - changelog/718.doc.rst | 1 - docs/changelog.rst | 29 +++++++++++++++++++++++++++++ 12 files changed, 29 insertions(+), 11 deletions(-) delete mode 100644 changelog/670.feature.rst delete mode 100644 changelog/675.feature.rst delete mode 100644 changelog/678.bugfix.rst delete mode 100644 changelog/680.doc.rst delete mode 100644 changelog/685.feature.rst delete mode 100644 changelog/693.bugfix.rst delete mode 100644 changelog/698.bugfix.rst delete mode 100644 changelog/708.feature.rst delete mode 100644 changelog/714.bugfix.rst delete mode 100644 changelog/715.feature.rst delete mode 100644 changelog/718.doc.rst diff --git a/changelog/670.feature.rst b/changelog/670.feature.rst deleted file mode 100644 index 33d0b08e..00000000 --- a/changelog/670.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Print files to be uploaded using ``upload --verbose`` diff --git a/changelog/675.feature.rst b/changelog/675.feature.rst deleted file mode 100644 index 1b3f392c..00000000 --- a/changelog/675.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Print configuration file location when using ``upload --verbose`` diff --git a/changelog/678.bugfix.rst b/changelog/678.bugfix.rst deleted file mode 100644 index f4932eb8..00000000 --- a/changelog/678.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Make password optional when using ``upload --client-cert`` diff --git a/changelog/680.doc.rst b/changelog/680.doc.rst deleted file mode 100644 index d0c3ca16..00000000 --- a/changelog/680.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Adopt PSF code of conduct diff --git a/changelog/685.feature.rst b/changelog/685.feature.rst deleted file mode 100644 index 2e19d059..00000000 --- a/changelog/685.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Print source and values of credentials when using ``upload --verbose`` diff --git a/changelog/693.bugfix.rst b/changelog/693.bugfix.rst deleted file mode 100644 index 5ba037fe..00000000 --- a/changelog/693.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Support more Nexus versions with ``upload --skip-existing`` diff --git a/changelog/698.bugfix.rst b/changelog/698.bugfix.rst deleted file mode 100644 index 2e5df63b..00000000 --- a/changelog/698.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Support Gitlab Enterprise with ``upload --skip-existing`` diff --git a/changelog/708.feature.rst b/changelog/708.feature.rst deleted file mode 100644 index adcccace..00000000 --- a/changelog/708.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.9 diff --git a/changelog/714.bugfix.rst b/changelog/714.bugfix.rst deleted file mode 100644 index 4c1187a2..00000000 --- a/changelog/714.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Show a better error message for malformed files diff --git a/changelog/715.feature.rst b/changelog/715.feature.rst deleted file mode 100644 index b96bbafa..00000000 --- a/changelog/715.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Turn warnings into errors when using ``check --strict`` diff --git a/changelog/718.doc.rst b/changelog/718.doc.rst deleted file mode 100644 index 7609858b..00000000 --- a/changelog/718.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Adopt towncrier for the changleog diff --git a/docs/changelog.rst b/docs/changelog.rst index 320cf22b..5c57e0b0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,35 @@ schemes recommended by the Python Packaging Authority. .. towncrier release notes start +3.3.0 (2020-12-23) +------------------ + +Features +^^^^^^^^ + +- Print files to be uploaded using ``upload --verbose`` (`#670 `_) +- Print configuration file location when using ``upload --verbose`` (`#675 `_) +- Print source and values of credentials when using ``upload --verbose`` (`#685 `_) +- Add support for Python 3.9 (`#708 `_) +- Turn warnings into errors when using ``check --strict`` (`#715 `_) + + +Bugfixes +^^^^^^^^ + +- Make password optional when using ``upload --client-cert`` (`#678 `_) +- Support more Nexus versions with ``upload --skip-existing`` (`#693 `_) +- Support Gitlab Enterprise with ``upload --skip-existing`` (`#698 `_) +- Show a better error message for malformed files (`#714 `_) + + +Improved Documentation +^^^^^^^^^^^^^^^^^^^^^^ + +- Adopt PSF code of conduct (`#680 `_) +- Adopt towncrier for the changleog (`#718 `_) + + 3.2.0 (2020-06-24) ------------------