Python-semantic-release

Latest version: v9.21.0

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

Scan your dependencies

Page 1 of 42

9.21.0

====================

✨ Features
-----------

* Add package name variant, ``python-semantic-release``, project script, closes `1195`_
(`PR1199`_, `1ac97bc`_)

📖 Documentation
----------------

* **github-actions**: Update example workflow to handle rapid merges (`PR1200`_, `1a4116a`_)

.. _1195: https://github.com/python-semantic-release/python-semantic-release/issues/1195
.. _1a4116a: https://github.com/python-semantic-release/python-semantic-release/commit/1a4116af4b999144998cf94cf84c9c23ff2e352f
.. _1ac97bc: https://github.com/python-semantic-release/python-semantic-release/commit/1ac97bc74c69ce61cec98242c19bf8adc1d37fb9
.. _PR1199: https://github.com/python-semantic-release/python-semantic-release/pull/1199
.. _PR1200: https://github.com/python-semantic-release/python-semantic-release/pull/1200


.. _changelog-v9.20.0:

9.20.0

====================

✨ Features
-----------

* **cmd-version**: Enable stamping of tag formatted versions into files, closes `846`_ (`PR1190`_,
`8906d8e`_)

* **cmd-version**: Extend ``version_variables`` to stamp versions with ` symbol separator,
closes `1156`_ (`PR1185`_, `23f69b6`_)

📖 Documentation
----------------

* **configuration**: Add usage information for tag format version stamping (`PR1190`_, `8906d8e`_)

* **configuration**: Clarify ``version_variables`` config description & ` separator usage
(`PR1185`_, `23f69b6`_)

⚙️ Build System
----------------

* **deps**: Add ``deprecated~=1.2`` for deprecation notices & sphinx documentation (`PR1190`_,
`8906d8e`_)

.. _1156: https://github.com/python-semantic-release/python-semantic-release/issues/1156
.. _846: https://github.com/python-semantic-release/python-semantic-release/issues/846
.. _23f69b6: https://github.com/python-semantic-release/python-semantic-release/commit/23f69b6ac206d111b1e566367f9b2f033df5c87a
.. _8906d8e: https://github.com/python-semantic-release/python-semantic-release/commit/8906d8e70467af1489d797ec8cb09b1f95e5d409
.. _PR1185: https://github.com/python-semantic-release/python-semantic-release/pull/1185
.. _PR1190: https://github.com/python-semantic-release/python-semantic-release/pull/1190


.. _changelog-v9.19.1:

9.19.1

====================

🪲 Bug Fixes
------------

* **changelog**: Standardize heading format for across all version sections (`PR1182`_, `81f9e80`_)

* **changelog-md**: Standardize heading format for extra release information (`PR1182`_,
`81f9e80`_)

* **changelog-rst**: Standardize heading format for extra release information (`PR1182`_,
`81f9e80`_)

* **config**: Handle invalid ``commit_parser`` type gracefully (`PR1180`_, `903c8ba`_)

* **release-notes**: Standardize heading format for extra release information (`PR1182`_,
`81f9e80`_)

📖 Documentation
----------------

* Fix spelling errors & inaccurate descriptions (`55d4a05`_)

* **automatic-releases**: Declutter the table of contents for automatic release guides (`e8343ee`_)

* **commit-parsing**: Update reference to section name of additional release info (`PR1182`_,
`81f9e80`_)

.. _55d4a05: https://github.com/python-semantic-release/python-semantic-release/commit/55d4a05ff56321cf9874f8f302fbe7e5163ad4f7
.. _81f9e80: https://github.com/python-semantic-release/python-semantic-release/commit/81f9e80c3df185ef5e553e024b903ce153e14304
.. _903c8ba: https://github.com/python-semantic-release/python-semantic-release/commit/903c8ba68d797f7cd9e5025c9a3a3ad471c805ae
.. _e8343ee: https://github.com/python-semantic-release/python-semantic-release/commit/e8343eeb38d3b4e18953ac0f97538df396d22b76
.. _PR1180: https://github.com/python-semantic-release/python-semantic-release/pull/1180
.. _PR1182: https://github.com/python-semantic-release/python-semantic-release/pull/1182


.. _changelog-v9.19.0:

9.19.0

====================

✨ Features
-----------

* **parser-conventional**: Add official ``conventional-commits`` parser (`PR1177`_, `27ddf84`_)

📖 Documentation
----------------

* Update references to Angular parser to Conventional Commit Parser (`PR1177`_, `27ddf84`_)

💡 ADDITIONAL RELEASE INFORMATION
---------------------------------

* **parser-conventional**: The 'angular' commit parser has been renamed to 'conventional' to match
the official conventional-commits standard for which the 'angular' parser has evolved into. Please
update your configurations to specify 'conventional' as the 'commit_parser' value in place of
'angular'. The 'angular' type will be removed in v11.

.. _27ddf84: https://github.com/python-semantic-release/python-semantic-release/commit/27ddf840f8c812361c60bac9cf0b110d401f33d6
.. _PR1177: https://github.com/python-semantic-release/python-semantic-release/pull/1177


.. _changelog-v9.18.1:

9.18.1

====================

🪲 Bug Fixes
------------

* **config**: Refactors default token resolution to prevent pre-mature insecure URL error, closes
`1074`_, `1169`_ (`PR1173`_, `37db258`_)

.. _1074: https://github.com/python-semantic-release/python-semantic-release/issues/1074
.. _1169: https://github.com/python-semantic-release/python-semantic-release/issues/1169
.. _37db258: https://github.com/python-semantic-release/python-semantic-release/commit/37db2581620ad02e66716a4b3b365aa28abe65f8
.. _PR1173: https://github.com/python-semantic-release/python-semantic-release/pull/1173


.. _changelog-v9.18.0:

9.18.0

====================

✨ Features
-----------

* Add ``create_release_url`` & ``format_w_official_vcs_name`` filters (`PR1161`_, `f853cf0`_)

* **changelog**: Add ``create_pypi_url`` filter to jinja template render context (`PR1160`_,
`45d49c3`_)

* **changelog**: Add additional release info to changeling from commit ``NOTICE``'s (`PR1166`_,
`834ce32`_)

* **changelog-md**: Add additional release info section to default markdown template, closes `223`_
(`PR1166`_, `834ce32`_)

* **changelog-rst**: Add additional release info section to default ReStructuredText template,
closes `223`_ (`PR1166`_, `834ce32`_)

* **commit-parser**: Enable parsers to identify additional release notices from commit msgs
(`PR1166`_, `834ce32`_)

* **parser-angular**: Add a ``ignore_merge_commits`` option to discard parsing merge commits
(`PR1164`_, `463e43b`_)

* **parser-angular**: Add functionality to parse out ``NOTICE:`` prefixed statements in commits,
closes `223`_ (`PR1166`_, `834ce32`_)

* **parser-emoji**: Add a ``ignore_merge_commits`` option to discard parsing merge commits
(`PR1164`_, `463e43b`_)

* **parser-emoji**: Add functionality to parse out ``NOTICE:`` prefixed statements in commits,
closes `223`_ (`PR1166`_, `834ce32`_)

* **parsers**: Add option ``ignore_merge_commits`` to discard parsing merge commits (`PR1164`_,
`463e43b`_)

* **release-notes**: Add license information to default release notes template, closes `228`_
(`PR1167`_, `41172c1`_)

* **vcs-bitbucket**: Add ``format_w_official_vcs_name`` filter function (`PR1161`_, `f853cf0`_)

* **vcs-gitea**: Add ``create_release_url`` & ``format_w_official_vcs_name`` filter functions
(`PR1161`_, `f853cf0`_)

* **vcs-github**: Add ``create_release_url`` & ``format_w_official_vcs_name`` filter functions
(`PR1161`_, `f853cf0`_)

* **vcs-gitlab**: Add ``create_release_url`` & ``format_w_official_vcs_name`` filter functions
(`PR1161`_, `f853cf0`_)

🪲 Bug Fixes
------------

* Refactor parsing compatibility function to support older custom parsers (`PR1165`_, `cf340c5`_)

* **changelog**: Fix parsing compatibility w/ custom parsers, closes `1162`_ (`PR1165`_,
`cf340c5`_)

* **changelog-templates**: Adjust default templates to avoid empty version sections (`PR1164`_,
`463e43b`_)

* **parser-angular**: Adjust parser to prevent empty message extractions (`PR1166`_, `834ce32`_)

* **parser-emoji**: Adjust parser to prevent empty message extractions (`PR1166`_, `834ce32`_)

* **version**: Fix parsing compatibility w/ custom parsers, closes `1162`_ (`PR1165`_, `cf340c5`_)

📖 Documentation
----------------

* **changelog**: Add formatted changelog into hosted documentation (`PR1155`_, `2f18a6d`_)

* **changelog-templates**: Add description for new ``create_pypi_url`` filter function (`PR1160`_,
`45d49c3`_)

* **changelog-templates**: Add details about license specification in the release notes (`PR1167`_,
`41172c1`_)

* **changelog-templates**: Define ``create_release_url`` & ``format_w_official_vcs_name`` filters
(`PR1161`_, `f853cf0`_)

* **changelog-templates**: Document special separate sections of commit descriptions (`ebb4c67`_)

* **commit-parsing**: Document new release notice footer detection feature of built-in parsers
(`cd14e92`_)

.. _1162: https://github.com/python-semantic-release/python-semantic-release/issues/1162
.. _223: https://github.com/python-semantic-release/python-semantic-release/issues/223
.. _228: https://github.com/python-semantic-release/python-semantic-release/issues/228
.. _2f18a6d: https://github.com/python-semantic-release/python-semantic-release/commit/2f18a6debfa6ef3afcc5611a3e09262998f2d4bf
.. _41172c1: https://github.com/python-semantic-release/python-semantic-release/commit/41172c1272a402e94e3c68571d013cbdcb5b9023
.. _45d49c3: https://github.com/python-semantic-release/python-semantic-release/commit/45d49c3da75a7f08c86fc9bab5d232a9b37d9e72
.. _463e43b: https://github.com/python-semantic-release/python-semantic-release/commit/463e43b897ee80dfaf7ce9d88d22ea8e652bcf55
.. _834ce32: https://github.com/python-semantic-release/python-semantic-release/commit/834ce323007c58229abf115ef2016a348de9ee66
.. _cd14e92: https://github.com/python-semantic-release/python-semantic-release/commit/cd14e9209d4e54f0876e737d1f802dded294a48c
.. _cf340c5: https://github.com/python-semantic-release/python-semantic-release/commit/cf340c5256dea58aedad71a6bdf50b17eee53d2f
.. _ebb4c67: https://github.com/python-semantic-release/python-semantic-release/commit/ebb4c67d46b86fdf79e32edf744a2ec2b09d6a93
.. _f853cf0: https://github.com/python-semantic-release/python-semantic-release/commit/f853cf059b3323d7888b06fde09142184e7964e8
.. _PR1155: https://github.com/python-semantic-release/python-semantic-release/pull/1155
.. _PR1160: https://github.com/python-semantic-release/python-semantic-release/pull/1160
.. _PR1161: https://github.com/python-semantic-release/python-semantic-release/pull/1161
.. _PR1164: https://github.com/python-semantic-release/python-semantic-release/pull/1164
.. _PR1165: https://github.com/python-semantic-release/python-semantic-release/pull/1165
.. _PR1166: https://github.com/python-semantic-release/python-semantic-release/pull/1166
.. _PR1167: https://github.com/python-semantic-release/python-semantic-release/pull/1167


.. _changelog-v9.17.0:

Page 1 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.