Skip to content

Commit

Permalink
Prepare release notes for 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 31, 2021
1 parent 82f1055 commit fb21769
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/history.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
Release history
===============

Version 3.3
-----------

- ``PKG-INFO`` files in sdists are now generated the same way as ``METADATA`` in
wheels, fixing some issues with sdists (:ghpull:`410`).
- ``flit publish`` now sends SHA-256 hashes, fixing uploads to GitLab package
repositories (:ghpull:`416`).
- The ``[project]`` metadata table from :pep:`621` is now fully supported and
:ref:`documented <pyproject_toml_project>`. Projects using this can now
specify ``requires = ["flit_core >=3.2,<4"]`` in the ``[build-system]`` table.

Version 3.2
-----------

- Experimental support for specifying metadata in a ``[project]`` table in
``pyproject.toml`` as specified by :pep:`621` (:ghpull:`393`). If you try
using this, please specify ``requires = ["flit_core >=3.2.0,<3.3"]`` in the
``[build-system`` table for now, in case it needs to change for the next
``[build-system]`` table for now, in case it needs to change for the next
release.
- Fix writing METADATA file with multi-line information in certain fields
such as ``Author`` (:ghpull:`402`).
Expand Down

0 comments on commit fb21769

Please sign in to comment.