Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 26, 2022
1 parent 3f55abb commit e3e7a54
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,20 @@ Changelog
Current versions
================

Version 4.2.1, 2022-03-16
Version 4.2.2, 2022-05-26
-------------------------

- Ensure ``.gitlab-ci.yml`` template works for GitLab Enterprise 14.7.4, :pr:`630`


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
- Update ``.github/workflows/ci.yml`` template, :pr:`637` and :pr:`640`


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

Version 4.2.1, 2022-03-16
-------------------------

- Ensure ``.gitlab-ci.yml`` template works for GitLab Enterprise 14.7.4, :pr:`630`

Version 4.2, 2022-03-14
-----------------------

Expand Down Expand Up @@ -160,6 +144,26 @@ 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

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

Expand Down

0 comments on commit e3e7a54

Please sign in to comment.