The v
prefix is not enforced anymore and is handled depending on what's already present.
This helps to handle changelogs with slightly different styles as well.
New Features
-
Support for lack of prefixes in version headers.
These are also inherited so once set by a single versioned release
section, fully generated sections will inherit their prefix from
that one.
Bug Fixes
-
Assume manifests cannot necessarily be read by
cargo_toml::Manifest
and fallback.This prevents errors to occur in some configurations when no crate is specified on the command-line.
Commit Statistics
- 4 commits contributed to the release.
- 2 commits where understood as conventional.
- 1 unique issue was worked on: #228