Skip to content

Commit

Permalink
Update CHANGELOG for v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 17, 2021
1 parent 127f98c commit 1f7f64f
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,45 @@
Changelog
=========

Development version
===================
..
Development version
===================
Version 4.0.1, 2021-03-XX

Current versions
================

Version 4.0.1, 2021-03-17
-------------------------

- Fix ``tox -e build`` issue when running on Conda, :pr:`417`
- Ensure ``snake_case`` for keys in ``setup.cfg``, :issue:`418`
- Update dependencies on ``configupdater`` and ``pyscaffoldext-django``
- Remove broken checks for old ``setuptools``, :issue:`428`

Version 3.3, 2020-12-24
-----------------------

Current versions
================
- Code base changed to Black's standards
- New docs about version numbers and git integration
- Updated pre-commit hooks
- Updated ``docs/Makefile`` to use Sphinx "make mode"
- *deprecated* setuptools extensions/commands ``python setup.py test/docs/doctests``, :issue:`245`
- New tox test environments for generating docs and running doctests
- New built-in extension for Cirrus CI, :issue:`251`
- *experimental* ``get_template`` is now part of the public API and can be used by extensions, :issue:`252`
- Updated ``setuptools_scm`` to version 4.1.2 in contrib
- Updated ``configupdater`` to version 1.1.2 in contrib
- precommit automatically fixes line endings by default
- *deprecated* ``log.configure_logger``, use ``log.logger.reconfigure`` instead

.. note::

PyScaffold 3.3 is the last release to support Python 3.5


Older versions
==============

Version 4.0, 2021-03-04
-----------------------
Expand Down Expand Up @@ -56,31 +82,6 @@ Version 4.0, 2021-03-04
non-tag commits are now versioned ``LAST_TAG.post1.devN`` instead of ``LAST_TAG.post0.devN``)
- Fix problem of not showing detailed log with ``--verbose`` if error happens when loading extensions :issue:`378`

Version 3.3, 2020-12-24
-----------------------

- Code base changed to Black's standards
- New docs about version numbers and git integration
- Updated pre-commit hooks
- Updated ``docs/Makefile`` to use Sphinx "make mode"
- *deprecated* setuptools extensions/commands ``python setup.py test/docs/doctests``, :issue:`245`
- New tox test environments for generating docs and running doctests
- New built-in extension for Cirrus CI, :issue:`251`
- *experimental* ``get_template`` is now part of the public API and can be used by extensions, :issue:`252`
- Updated ``setuptools_scm`` to version 4.1.2 in contrib
- Updated ``configupdater`` to version 1.1.2 in contrib
- precommit automatically fixes line endings by default
- *deprecated* ``log.configure_logger``, use ``log.logger.reconfigure`` instead

.. note::

PyScaffold 3.3 is the last release to support Python 3.5


Older versions
==============


Version 3.2.3, 2019-10-12
-------------------------

Expand Down

0 comments on commit 1f7f64f

Please sign in to comment.