- Automatically create directory when saving config file, :issue:`648`
4.2.2
-------------------------
- Update ``.github/workflows/ci.yml`` template, :pr:`637` and :pr:`640` - Update note in ``skeleton.py`` template clarifying file can be renamed, :pr:`641`
4.2.1
-------------------------
- Ensure ``.gitlab-ci.yml`` template works for GitLab Enterprise 14.7.4, :pr:`630`
4.2
-----------------------
- Added ``--github-actions`` extension, :pr:`619` - Updated and improved ``--gitlab`` extension, :pr:`622` - Updated and improved ``--cirrus`` extension, :pr:`625` - Fixed ``tox -e publish`` example in docs, :pr:`627` - Added ``colorama`` as a runtime dependency for Windows, :pr:`624`
4.1.5
-------------------------
- Added ``.python-version`` created by ``pyenv`` to ``.gitignore`` - Added more ``--very-verbose`` logging to make clearer what's going on, :issue:`562` - Replace internal dependency on :pypi:`appdirs` with :pypi:`platformdirs`, :pr:`584` - Fix :pypi:`coverage` config for namespaced packages, :pr:`610`
4.1.4
-------------------------
- Ensure build configuration produces ``sdist`` as it is needed by conda, :issue:`570`