Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for arbitrary separators, non-semver versions, disabling wrapping, and customizing wrapping character count #23

Merged
merged 9 commits into from
Oct 24, 2023

Commits on Oct 22, 2023

  1. Format code with cargo fmt

    marcaddeo committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    056f00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a95c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9659ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ba3ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d858adf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c8ac786 View commit details
    Browse the repository at this point in the history
  2. Reimplement release header parsing

    This implementation is much less fragile and prone to being tricked up.
    marcaddeo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f67b5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93a3e6 View commit details
    Browse the repository at this point in the history
  4. Remove extraneous check for Unreleased

    This is handled by the split_once in parse_release_header now.
    marcaddeo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1b8438a View commit details
    Browse the repository at this point in the history