github Byron/gitoxide cargo-smart-release-v0.5.5
cargo-smart-release v0.5.5

2 years ago

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

Commit Details

view details
  • #228
    • update changelog (435be34)
    • Flexible tag parsing allows to find any version tags (a1b12e6)
    • Support for no prefixes in version headers (3613a95)
    • Assume manifests cannot necessarily be read by cargo_toml::Manifest and fallback (9d0d1fd)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.