v9.13.0 (2024-11-10)
Features
-
changelog: Add PR/MR url linking to default reStructuredText template (
5f018d6
) -
changelog: Add PR/MR url linking to default Markdown changelog (
cd8d131
) -
parsed-commit: Add linked merge requests list to the
ParsedCommit
object (9a91062
) -
parser-angular: Automatically parse PR/MR numbers from subject lines in commits (
2ac798f
) -
parser-emoji: Automatically parse PR/MR numbers from subject lines in commits (
bca9909
) -
parser-scipy: Automatically parse PR/MR numbers from subject lines in commits (
2b3f738
)
Bug Fixes
-
changelog-rst: Ignore unknown parsed commit types in default RST changelog (
77609b1
) -
parser-angular: Drop the
breaking
category but still maintain a major level bump (f1ffa54
) -
parsers: Improve reliability of text unwordwrap of descriptions (
436374b
)
Performance Improvements
-
parser-angular: Simplify commit parsing type pre-calculation (
a86a28c
) -
parser-emoji: Increase speed of commit parsing (
2c9c468
) -
parser-scipy: Increase speed & decrease complexity of commit parsing (
2b661ed
)
Documentation
-
changelog-templates: Add
linked_merge_request
field to examples (d4376bc
) -
changelog-templates: Fix api class reference links (
7a5bdf2
) -
commit-parsing: Add
linked_merge_request
field to Parsed Commit definition (ca61889
)
Resolved Issues
- #924: Remove commit types from subjects in CHANGELOG
- #953: Ability to easily autolink to PRs in changelogs
Detailed Changes: v9.12.2...v9.13.0