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

Release 0.5.0 rc1 #58

Merged
merged 9 commits into from
Jun 10, 2024
Merged

Release 0.5.0 rc1 #58

merged 9 commits into from
Jun 10, 2024

Commits on May 30, 2024

  1. Update Changelog

    DRiKE committed May 30, 2024
    Configuration menu
    Copy the full SHA
    912436d View commit details
    Browse the repository at this point in the history
  2. Fix typo in Changelog

    DRiKE committed May 30, 2024
    Configuration menu
    Copy the full SHA
    22dd7dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a9cd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    a841344 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    44d8b36 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. WIP path selection fixes, fuzzing and documentation

    This commit changes the bounds on the path selection helper methods
    `best` and `best_backup` to ensure we have access to the actual OrdRoute
    contents. Those are necessary for comparison of the actual route
    contents (path attributes, additional tiebreaker info), specifically in
    `best_backup`. Before, those methods would take the more generic `T:
    Ord`, but we need to make sure any returned backup route is actually
    different from the returned best route, hence the need to access the
    inner values of OrdRoute.
    DRiKE committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2d279a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    efb5063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d6a48 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    909ba27 View commit details
    Browse the repository at this point in the history