====================
✨ 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: