* Internal test fixes, minor CI and doc improvements * Only list ``pyproject-fmt`` as an experimental dependency on Python 3.7+
0.11
============
* ``setuptools`` plugin: * Add minimum version of ``setuptools`` implementing :pep:`621` to ``[build-system] requires``, :pr:`42`
0.10
============
* ``setuptools`` plugin: * Separate the handling of ``license-files`` and PEP 621 metadata, 34 * ``license`` and ``license-files`` are no longer added to ``tool.setuptools.dynamic``. Instead ``license-files`` is added directly to ``tool.setuptools``, and the ``license`` should be added as ``project.license.text``.
0.9
===========
- Fixed missing terminating newline at the end of the generated file, :pr:`27`, :pr:`32` - Added heuristic for appropriate string representation selection when serialising TOML, :pr:`28` - [CI] Added GitHub Actions for automatic test and release of tags, :pr:`30`
0.8
===========
- :pypi:`atoml` dependency replaced with :pypi:`tomlkit`, :issue:`23` - ``setuptools`` plugin: - Now commas are stripped when splitting keywords for setuptools plugin, :issue:`24`
0.7
===========
- Avoid problems with duplicated augmentation, :pr:`20` - Make sure each plugin is activated only once, :pr:`21` - Improve TOML formatting, :pr:`22` - ``setuptools`` plugin: - Make ``build-system`` the first section in the created ``pyproject.toml``, :pr:`19`