sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

Implement compatibility with `Towncrier >= 22.12.0rc1` #75

Closed q0w closed 1 year ago

q0w commented 1 year ago

Fixes breaks because of https://github.com/twisted/towncrier/pull/429

webknjaz commented 1 year ago

I wouldn't drop support for all the older versions, meaning this needs compat shims that would satisfy the CI matrix as well as a test case for future compatibility.

codecov[bot] commented 1 year ago

Codecov Report

Merging #75 (350c085) into master (12362b5) will increase coverage by 0.51%. The diff coverage is 60.00%.

:exclamation: Current head 350c085 differs from pull request most recent head 7cb2716. Consider uploading reports for the commit 7cb2716 to get more accurate results

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   50.00%   50.51%   +0.51%     
==========================================
  Files           9        9              
  Lines         188      196       +8     
  Branches       24       25       +1     
==========================================
+ Hits           94       99       +5     
- Misses         93       96       +3     
  Partials        1        1