Zest.releaser

Latest version: v9.2.0

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

8.0.0a2

--------------------

- Always create wheels, except when you explicitly switch this off in the config:
``[zest.releaser] create-wheel = no``.
If the ``wheel`` package is not available, we still do not create wheels.
Fixes `issue 406 <https://github.com/zestsoftware/zest.releaser/issues/406>`_.
[maurits]

- Do not fail when tag versions cannot be parsed.
This can happen in ``lasttaglog``, ``lasttagdiff``, and ``bumpversion``, with ``setuptools`` 66 or higher.
Fixes `issue 408 <https://github.com/zestsoftware/zest.releaser/issues/408>`_.
[maurits]

8.0.0a1

--------------------

- Drop support for Python 3.6. [maurits]

- Support reading and writing the version in ``pyproject.toml``.
See `issue 295 <https://github.com/zestsoftware/zest.releaser/issues/295>`_,
`issue 373 <https://github.com/zestsoftware/zest.releaser/issues/373>`_,
and `PEP-621 <https://peps.python.org/pep-0621/>`_,
[maurits]

7.3.0

------------------

- Add option ``run-pre-commit = yes / no``.
Default: no.
When set to true, pre commit hooks are run.
This may interfere with releasing when they fail.
[maurits]

7.2.0

------------------

- Auto-detect ``history_format`` based on history filename.
[ericof]

- Add ``history_format`` option, to explicitly set changelogs
entries in Markdown.
[ericof]

7.1.0

------------------

- Add the ``bumpversion`` options to the ``postrelease`` command.
This means ``feature``, ``breaking``, and ``final``.
[rnc, maurits]

- Add ``--final`` option to ``bumpversion`` command.
This removes alpha / beta / rc markers from the version.
[maurits]

- Add support for Python 3.11, remove ``z3c.testsetup`` from test dependencies. [maurits]

7.0.0

------------------

- Optionally add prefix text to commit messages. This can be used ensure your messages follow some regular expression.
To activate this, add ``prefix-message = [TAG]`` to a ``[zest.releaser]``
section in the ``setup.cfg`` of your package, or your global
``~/.pypirc``. Or add your favorite geeky quotes there.
[LvffY]

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.