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

Prepare a 0.4.0 release. #51

Merged
merged 4 commits into from
Aug 30, 2024
Merged

Prepare a 0.4.0 release. #51

merged 4 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Clippy fixes.

    ltratt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d7820e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f887b9a View commit details
    Browse the repository at this point in the history
  3. Remove distinct_name_matching.

    There is a nasty edge case where deprecation doesn't work as expected
    (if you call `distinct_name_matching` on and then off), and since name
    matching validators are easy to use for this case, it's not worth
    lugging around this method.
    ltratt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e733e98 View commit details
    Browse the repository at this point in the history
  4. Prepare a 0.4.0 release.

    ltratt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    680444b View commit details
    Browse the repository at this point in the history