Skip to content

Commit 5343855

Browse files
authored
Update changelog for 3.3.0 (#722)
1 parent 0441028 commit 5343855

12 files changed

+29
-11
lines changed

changelog/670.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/675.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/678.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/680.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/685.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/693.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/698.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/708.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/714.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/715.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/718.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
3.3.0 (2020-12-23)
16+
------------------
17+
18+
Features
19+
^^^^^^^^
20+
21+
- Print files to be uploaded using ``upload --verbose`` (`#670 <https://github.com/pypa/twine/issues/670>`_)
22+
- Print configuration file location when using ``upload --verbose`` (`#675 <https://github.com/pypa/twine/issues/675>`_)
23+
- Print source and values of credentials when using ``upload --verbose`` (`#685 <https://github.com/pypa/twine/issues/685>`_)
24+
- Add support for Python 3.9 (`#708 <https://github.com/pypa/twine/issues/708>`_)
25+
- Turn warnings into errors when using ``check --strict`` (`#715 <https://github.com/pypa/twine/issues/715>`_)
26+
27+
28+
Bugfixes
29+
^^^^^^^^
30+
31+
- Make password optional when using ``upload --client-cert`` (`#678 <https://github.com/pypa/twine/issues/678>`_)
32+
- Support more Nexus versions with ``upload --skip-existing`` (`#693 <https://github.com/pypa/twine/issues/693>`_)
33+
- Support Gitlab Enterprise with ``upload --skip-existing`` (`#698 <https://github.com/pypa/twine/issues/698>`_)
34+
- Show a better error message for malformed files (`#714 <https://github.com/pypa/twine/issues/714>`_)
35+
36+
37+
Improved Documentation
38+
^^^^^^^^^^^^^^^^^^^^^^
39+
40+
- Adopt PSF code of conduct (`#680 <https://github.com/pypa/twine/issues/680>`_)
41+
- Adopt towncrier for the changleog (`#718 <https://github.com/pypa/twine/issues/718>`_)
42+
43+
1544
3.2.0 (2020-06-24)
1645
------------------
1746

0 commit comments

Comments
 (0)