Releases: melexis/sphinx-coverity-extension
Releases · melexis/sphinx-coverity-extension
2.0.3
2.0.2
What's Changed
- Use Sphinx logging object consistently by @JokeWaumans in #83
Full Changelog: v2.0.1...v2.0.2
2.0.1
2.0.0
What's Changed
- Document all filter options by @JasperCraeghs in #73
- Remove support for Python 3.7 and test 3.12 by @JokeWaumans in #76
- Use REST API to retrieve defects by @JokeWaumans in #74
- Change namespace from
mlx
tomlx/coverity
by @JokeWaumans in #75 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #78
- Exclude unneeded files from package by @JasperCraeghs in #80
- Use snapshot ID if defined by @JokeWaumans in #77
Full Changelog: v1.0.1...v2.0.0
1.0.1
What's Changed
- Don't add port to URLs in HTML output by @JasperCraeghs in #71
Full Changelog: v1.0.0...v1.0.1
Support newer versions of Python and matplotlib
What's Changed
- Support Python 3.10, 3.11 and matplotlib>=3.5.0 by @JasperCraeghs in #68
Full Changelog: v0.5.0...v1.0.0
Declare support for Sphinx' parallel read and write
Merge pull request #66 from melexis/deprecation-warnings Show deprecation warnings by default when building the example documentation
Provide ability to re-link the TRACEABILITY_ITEM_ID
Only CI changes to get it to release. Check 0.3.0 release notes.
Provide ability to re-link the TRACEABILITY_ITEM_ID
Re-release because previous release was not published, as it did not run since Travis-CI was deprecated.
Drop support for the Python 3.5 in the process of migrating to GitHub Actions, as there was no need for the continuous support.
Provide ability to re-link the TRACEABILITY_ITEM_ID
When multiple projects share the same defects it might be important to be able to re-link the items from Coverity, to project specific deviation descriptions. List in conf.py
now enables user to do this substitution, to avoid warnings and item duplication in the documentation.