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

Update version #66

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 17, 2024

  1. Update fmt

    yancyribbens committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cc1f970 View commit details
    Browse the repository at this point in the history
  2. Remove strary println

    yancyribbens committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bc16a86 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ac8b57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d0f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a955490 View commit details
    Browse the repository at this point in the history
  4. Revise SRD doc comment

    yancyribbens committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fc58648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19beef3 View commit details
    Browse the repository at this point in the history
  6. Add tests to lib

    yancyribbens committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9bff46c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16d1fdf View commit details
    Browse the repository at this point in the history
  8. Change behavior of how target with amount zero is handled

    If no results are found, the API as documented returns None.  However,
    if a target amount of zero is passed, the API returned an empty vec
    wrapped in an Option type.  This commit changes the behavior of a target
    amount of zero to return None in keeping with the API as documented.
    yancyribbens committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    abaa9dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2097a18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0a8be9 View commit details
    Browse the repository at this point in the history
  11. Bump version

    yancyribbens committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b31dbba View commit details
    Browse the repository at this point in the history